michael@0: #T returncode: 2 michael@0: all: michael@0: mkdir newdir/subdir michael@0: test ! -d newdir/subdir michael@0: test ! -d newdir michael@0: rm -r newdir michael@0: @echo TEST-PASS