Initial public busybox upstream commit
[busybox4maemo] / testsuite / gzip / gzip-removes-original-file
1 touch foo
2 busybox gzip foo
3 test ! -f foo