Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
rm-fail.mk
blob: 1a9aefb57ea9662c1f8bc98c0680939e5131cf21 [
file
] [
log
] [
blame
]
#T returncode: 2
all
:
mkdir newdir
test
-
d newdir
touch newdir
/
newfile
$
(
RM
)
newdir
@echo
TEST
-
PASS