diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-08-02 00:57:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-02 00:57:01 +0200 |
commit | b7bdf2100e13d3704070b0d1f715851bbdff31da (patch) | |
tree | 7f4de56ae2616d7fadf81caf5f4b407c3a4ccb62 /tests/data/DISABLED | |
parent | 45d45275e1f7b764839333ba374bd695d258f43b (diff) | |
download | curl-b7bdf2100e13d3704070b0d1f715851bbdff31da.tar.gz |
test1307: disabled
Turns out that since we're using the native fnmatch function now when
available, and they simply disagree on a huge number of test patterns
that make it hard to test this function like this...
Fixes #2825
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 11d54b463..69eeec50d 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -18,3 +18,5 @@ 1510 # Pipelining test that is causing false positives a little too often 1903 +# fnmatch differences are just too common to make testing them sensible +1307 |