diff options
Diffstat (limited to 'testsuite/mv/mv-follows-links')
-rw-r--r-- | testsuite/mv/mv-follows-links | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mv/mv-follows-links b/testsuite/mv/mv-follows-links new file mode 100644 index 0000000..1fb355b --- /dev/null +++ b/testsuite/mv/mv-follows-links @@ -0,0 +1,4 @@ +touch foo +ln -s foo bar +busybox mv bar baz +test -f baz |