about summary refs log tree commit diff
path: root/Misc/globtests.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/globtests.ksh')
-rwxr-xr-xMisc/globtests.ksh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/globtests.ksh b/Misc/globtests.ksh
index da5145845..839637af4 100755
--- a/Misc/globtests.ksh
+++ b/Misc/globtests.ksh
@@ -96,5 +96,6 @@ t fooxx         @((#i)FOOX)x
 f fooxx         @((#i)FOOX)X
 f BAR           @(bar|(#i)foo)
 t FOO           @(bar|(#i)foo)
+t Modules       (#i)*m*
 EOT
 print "$failed tests failed."