summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-02 00:57:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-02 00:57:01 +0200
commitb7bdf2100e13d3704070b0d1f715851bbdff31da (patch)
tree7f4de56ae2616d7fadf81caf5f4b407c3a4ccb62
parent45d45275e1f7b764839333ba374bd695d258f43b (diff)
downloadcurl-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
-rw-r--r--tests/data/DISABLED2
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