From abe49fa54fbd4d13f8424532abced8c3bc9afd0c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 11 Jul 2008 21:41:14 +0000 Subject: testsuite: uniformly use $ECHO with -n -e --- testsuite/tail/tail-works | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tail/tail-works') diff --git a/testsuite/tail/tail-works b/testsuite/tail/tail-works index 64e6d88..f3434d1 100644 --- a/testsuite/tail/tail-works +++ b/testsuite/tail/tail-works @@ -1,4 +1,4 @@ -echo -ne "abc\ndef\n123\n" >input -echo -ne "def\n123\n" >logfile.ok +$ECHO -ne "abc\ndef\n123\n" >input +$ECHO -ne "def\n123\n" >logfile.ok busybox tail -2 input > logfile.bb cmp logfile.ok logfile.bb -- cgit v1.1