aboutsummaryrefslogtreecommitdiff
path: root/suites
diff options
context:
space:
mode:
Diffstat (limited to 'suites')
-rw-r--r--suites/suites.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/suites/suites.py b/suites/suites.py
index 56329e5..f56875e 100644
--- a/suites/suites.py
+++ b/suites/suites.py
@@ -178,6 +178,7 @@ def suite_glob(test):
mkdir src; touch src/a src/b src/c src/foo.c src/bar.c;\
mkdir inc; touch inc/a inc/b inc/c inc/foo.h inc/bar.h")
+ test("echo /*")
test("echo /etc/*")
test("echo /usr/include/*.h")
test("echo /*/*")