mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-14 09:11:02 +00:00
13 lines
528 B
Diff
13 lines
528 B
Diff
diff --git a/tests/mv/dup-source.sh b/tests/mv/dup-source.sh
|
|
index 7bcd82fc3..0f9005296 100755
|
|
--- a/tests/mv/dup-source.sh
|
|
+++ b/tests/mv/dup-source.sh
|
|
@@ -83,7 +83,7 @@ $i: cannot stat 'a': No such file or directory
|
|
$i: cannot stat 'a': No such file or directory
|
|
$i: cannot stat 'b': No such file or directory
|
|
$i: cannot move './b' to a subdirectory of itself, 'b/b'
|
|
-$i: warning: source directory 'b' specified more than once
|
|
+$i: cannot move 'b' to a subdirectory of itself, 'b/b'
|
|
EOF
|
|
compare exp out || fail=1
|
|
done
|