archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
[oweals/busybox.git] / testsuite / mv / mv-moves-unreadable-files
1 touch foo
2 chmod a-r foo
3 busybox mv foo bar
4 test ! -e foo
5 test -f bar