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-n-works | 4 ++-- testsuite/tail/tail-works | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuite/tail') diff --git a/testsuite/tail/tail-n-works b/testsuite/tail/tail-n-works index e5b260caf..0e1319fa6 100644 --- a/testsuite/tail/tail-n-works +++ b/testsuite/tail/tail-n-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 -n 2 input > logfile.bb cmp logfile.ok logfile.bb diff --git a/testsuite/tail/tail-works b/testsuite/tail/tail-works index 64e6d88ab..f3434d1a9 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.2.3