diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-10 10:29:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-10 10:29:57 +0000 |
commit | 687ef9f9fe9bd71c54826616753c2007dbb885b6 (patch) | |
tree | c5d88c0c6c0493974edd05b93e954efc8290e915 /tests | |
parent | 4e1f4a8496bd724b7027734ff241428ab576ee47 (diff) | |
download | coreutils-687ef9f9fe9bd71c54826616753c2007dbb885b6.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 06d9405ae..463485f68 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 #' |