aboutsummaryrefslogtreecommitdiff
path: root/testsuite/gzip/gzip-removes-original-file
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gzip/gzip-removes-original-file')
-rw-r--r--testsuite/gzip/gzip-removes-original-file3
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 0000000..b9cb995
--- /dev/null
+++ b/testsuite/gzip/gzip-removes-original-file
@@ -0,0 +1,3 @@
+touch foo
+busybox gzip foo
+test ! -f foo