summaryrefslogtreecommitdiff
path: root/tests/cp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-10 10:29:57 +0000
committerJim Meyering <jim@meyering.net>2001-01-10 10:29:57 +0000
commit687ef9f9fe9bd71c54826616753c2007dbb885b6 (patch)
treec5d88c0c6c0493974edd05b93e954efc8290e915 /tests/cp
parent4e1f4a8496bd724b7027734ff241428ab576ee47 (diff)
downloadcoreutils-687ef9f9fe9bd71c54826616753c2007dbb885b6.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/cp')
-rwxr-xr-xtests/cp/into-self2
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
#'