archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
[oweals/busybox.git] / testsuite / mv / mv-moves-symlinks
1 touch foo
2 ln -s foo bar
3 busybox mv bar baz
4 test -f foo
5 test ! -e bar
6 test -L baz