mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
13 lines
538 B
Diff
13 lines
538 B
Diff
Index: gnu/tests/mv/dup-source.sh
|
|
===================================================================
|
|
--- gnu.orig/tests/mv/dup-source.sh
|
|
+++ gnu/tests/mv/dup-source.sh
|
|
@@ -83,7 +83,7 @@ $i: cannot stat 'a': No such file or dir
|
|
$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
|