From b6a764d8c63f9eac7aca81668deb7da1d70dc64a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 11 Nov 1999 13:46:19 +0000 Subject: Add a test for this fix. --- tests/mv/into-self-2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2 index 2abffcf98..84b02576b 100755 --- a/tests/mv/into-self-2 +++ b/tests/mv/into-self-2 @@ -38,6 +38,9 @@ export LANG # This mv command should exit nonzero. mv $symlink $file > out 2>&1 && fail=1 +# And so should this one. +mv $file $symlink >> out 2>&1 && fail=1 + sed \ -e "s,mv:,XXX:," \ -e "s,$file,YYY," \ @@ -46,6 +49,7 @@ sed \ cat > exp <<\EOF XXX: `ZZZ' and `YYY' are the same file +XXX: `YYY' and `ZZZ' are the same file EOF #' -- cgit v1.2.3-70-g09d2