The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/rm-fail.mk
build/pymake/tests/rm-fail.mk
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:62659ed50b5e
1
#T returncode: 2
2
all:
3
mkdir newdir
4
test -d newdir
5
touch newdir/newfile
6
$(RM) newdir
7
@echo TEST-PASS