summaryrefslogtreecommitdiff
path: root/tests/cp/same-file
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-14 06:26:34 +0000
committerJim Meyering <jim@meyering.net>2003-05-14 06:26:34 +0000
commit01d63f13e81d0623d753d6521076c79d355d1921 (patch)
treec1965f26944090986585ef48750d58fb794a7ad4 /tests/cp/same-file
parent00a770a30e17ee037bff676b48390bdfff466187 (diff)
downloadcoreutils-01d63f13e81d0623d753d6521076c79d355d1921.tar.xz
Use tr's \n notation rather than \012.
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-xtests/cp/same-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file
index 639098ebd..4f9349ef5 100755
--- a/tests/cp/same-file
+++ b/tests/cp/same-file
@@ -92,7 +92,7 @@ for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do
echo symlink-loop
fi
done
- ) | tr '\012' ' '
+ ) | tr '\n' ' '
echo
) | sed 's/ *$//'
cd ..