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