summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/native-command-shell-glob.mk
blob: 4bcdad8b9efca3ef468686de627cc9622c7cd9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#T gmake skip
all:
	mkdir shell-glob-test
	touch shell-glob-test/foo.txt
	touch shell-glob-test/bar.txt
	touch shell-glob-test/a.foo
	touch shell-glob-test/b.foo
	$(RM) shell-glob-test/*.txt
	$(RM) shell-glob-test/?.foo
	rmdir shell-glob-test
	@echo TEST-PASS