aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mv/mv-moves-hardlinks
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mv/mv-moves-hardlinks')
-rw-r--r--testsuite/mv/mv-moves-hardlinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mv/mv-moves-hardlinks b/testsuite/mv/mv-moves-hardlinks
new file mode 100644
index 0000000..eaa8215
--- /dev/null
+++ b/testsuite/mv/mv-moves-hardlinks
@@ -0,0 +1,4 @@
+touch foo
+ln foo bar
+busybox mv bar baz
+test ! -f bar -a -f baz