From e82cf339e476126e4016e417aee3c6eb52c702c9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 12 May 2010 15:59:32 +0200 Subject: randomtest fixes Signed-off-by: Denys Vlasenko --- testsuite/ash.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/ash.tests') diff --git a/testsuite/ash.tests b/testsuite/ash.tests index 183394a20..dd626e6d1 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests @@ -71,7 +71,7 @@ testing "2 bytes which are not valid unicode chars followed by left arrow key" \ # not checked by the test), then read and execute the rest: "echo A | ..." # The bug was that ash was eating the beginning of "echo A" despite the pause. testing "Invalid unicode chars followed by a pause do not eat next chars" \ - "{ echo -ne 'echo \xff\n'; sleep 1; echo -ne 'echo A | hexdump -C >ash.output; exit; exit; exit; exit\n'; } \ + "{ $ECHO -ne 'echo \xff\n'; sleep 1; $ECHO -ne 'echo A | hexdump -C >ash.output; exit; exit; exit; exit\n'; } \ | script -q -c 'ash' /dev/null >/dev/null; cat ash.output" \ "\ 00000000 41 0a |A.| -- cgit v1.2.3