summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/mkdir-fail.mk
blob: b05734aa90ec89cdfd3b8739b72dea3b3dd11c69 (plain)
1
2
3
4
5
6
7
#T returncode: 2
all:
	mkdir newdir/subdir
	test ! -d newdir/subdir
	test ! -d newdir
	rm -r newdir
	@echo TEST-PASS