diff options
Diffstat (limited to 'test/bashisms/glob-ignore.sh')
-rw-r--r-- | test/bashisms/glob-ignore.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bashisms/glob-ignore.sh b/test/bashisms/glob-ignore.sh new file mode 100644 index 0000000..0c9cd9a --- /dev/null +++ b/test/bashisms/glob-ignore.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +GLOBIGNORE="run-tests.sh:BASHISM" +echo *.sh | grep -q run-tests.sh || echo meh |