summaryrefslogtreecommitdiff
path: root/tests/mv/hard-3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/hard-3')
-rwxr-xr-xtests/mv/hard-34
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/hard-3 b/tests/mv/hard-3
index 8acac8b3b..7af1b6ab4 100755
--- a/tests/mv/hard-3
+++ b/tests/mv/hard-3
@@ -33,7 +33,7 @@ fi
fail=0
# ======================================
-# This must fail.
+# This must fail -- because x/b cannot be unlinked.
cp --preserve=link --parents a x/b c dst && fail=1
# Source files must remain.
@@ -52,7 +52,7 @@ ia=`ls -i a|sed 's/ a//'`
ic=`ls -i c|sed 's/ c//'`
test $ia = $ic || fail=1
-# The i-node numbers of x/b must be different.
+# The i-node number of x/b must be different.
ib=`ls -i x/b|sed 's/ .*//'`
test $ia = $ib || fail=1