diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 06:26:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 06:26:34 +0000 |
commit | 01d63f13e81d0623d753d6521076c79d355d1921 (patch) | |
tree | c1965f26944090986585ef48750d58fb794a7ad4 /tests/cp/same-file | |
parent | 00a770a30e17ee037bff676b48390bdfff466187 (diff) | |
download | coreutils-01d63f13e81d0623d753d6521076c79d355d1921.tar.xz |
Use tr's \n notation rather than \012.
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-x | tests/cp/same-file | 2 |
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 .. |