* archival/gzip.c (ifname, ofname): Delete.
[oweals/busybox.git] / testsuite / gzip / gzip-removes-original-file
diff --git a/testsuite/gzip/gzip-removes-original-file b/testsuite/gzip/gzip-removes-original-file
new file mode 100644 (file)
index 0000000..b9cb995
--- /dev/null
@@ -0,0 +1,3 @@
+touch foo
+busybox gzip foo
+test ! -f foo