From: Jim Meyering Date: Wed, 10 Jan 2001 10:29:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~43 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=687ef9f9fe9bd71c54826616753c2007dbb885b6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/cp/into-self b/tests/cp/into-self index 06d9405ae9..463485f68c 100755 --- a/tests/cp/into-self +++ b/tests/cp/into-self @@ -35,7 +35,7 @@ fail=0 cp -R dir dir 2> out && fail=1 cat > exp <<\EOF -cp: cannot copy a directory `dir' into itself `dir/dir' +cp: cannot copy a directory, `dir', into itself, `dir/dir' EOF #'