archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
[oweals/busybox.git] / testsuite / mv / mv-follows-links
1 touch foo
2 ln -s foo bar
3 busybox mv bar baz
4 test -f baz