summaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite.cpp')
-rw-r--r--src/testsuite.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp
index ee3346d9d..9ab30ff2d 100644
--- a/src/testsuite.cpp
+++ b/src/testsuite.cpp
@@ -118,6 +118,7 @@ bool TestSuite::DoWildTests()
WCTEST("foobar", "foo??r");
WCTEST("foobar.test", "fo?bar.*t");
WCTEST("foobar", "foobar");
+ WCTEST("foobar", "foo***bar");
WCTESTNOT("foobar", "bazqux");
WCTESTNOT("foobar", "*qux");