testsuite: check CONFIG_DESKTOP before using 'od -t'
[oweals/busybox.git] / testsuite / gzip / gzip-removes-original-file
1 touch foo
2 busybox gzip foo
3 test ! -f foo