diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-10 10:27:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-10 10:27:09 +0000 |
commit | 4e1f4a8496bd724b7027734ff241428ab576ee47 (patch) | |
tree | ec9beda6a30cf3e04b584abd2eb37117a5643c6e /tests | |
parent | c1485dd85444e92deccb1ca60549a2633ef8b013 (diff) | |
download | coreutils-4e1f4a8496bd724b7027734ff241428ab576ee47.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/into-self | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/into-self b/tests/cp/into-self index bf5ade5b6..06d9405ae 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: can't copy a directory `dir' into itself `dir/dir' +cp: cannot copy a directory `dir' into itself `dir/dir' EOF #' |