diff options
Diffstat (limited to 'testsuite/gzip/gzip-removes-original-file')
-rw-r--r-- | testsuite/gzip/gzip-removes-original-file | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gzip/gzip-removes-original-file b/testsuite/gzip/gzip-removes-original-file new file mode 100644 index 000000000..b9cb995bc --- /dev/null +++ b/testsuite/gzip/gzip-removes-original-file @@ -0,0 +1,3 @@ +touch foo +busybox gzip foo +test ! -f foo |