From 01d63f13e81d0623d753d6521076c79d355d1921 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 May 2003 06:26:34 +0000 Subject: Use tr's \n notation rather than \012. --- tests/cp/same-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/same-file') 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 .. -- cgit v1.2.3-54-g00ecf