1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build/pymake/tests/native-command-shell-glob.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +#T gmake skip 1.5 +all: 1.6 + mkdir shell-glob-test 1.7 + touch shell-glob-test/foo.txt 1.8 + touch shell-glob-test/bar.txt 1.9 + touch shell-glob-test/a.foo 1.10 + touch shell-glob-test/b.foo 1.11 + $(RM) shell-glob-test/*.txt 1.12 + $(RM) shell-glob-test/?.foo 1.13 + rmdir shell-glob-test 1.14 + @echo TEST-PASS