find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / testsuite / gzip / gzip-accepts-multiple-files
1 touch foo bar
2 busybox gzip foo bar
3 test -f foo.gz -a -f bar.gz