From 73ceca275e390b064f6ea44e9a21a54b8b3c5f91 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 28 Nov 2002 00:47:49 +0000 Subject: This test was hanging --- testsuite/sed/sed-recurses-properly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/sed') diff --git a/testsuite/sed/sed-recurses-properly b/testsuite/sed/sed-recurses-properly index bee1a419a..69cfc0183 100644 --- a/testsuite/sed/sed-recurses-properly +++ b/testsuite/sed/sed-recurses-properly @@ -1,2 +1,2 @@ # XFAIL -test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,' +test "`echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')` = ',1,2,3,4,5,' -- cgit v1.2.3