diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 00:47:49 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 00:47:49 +0000 |
commit | 73ceca275e390b064f6ea44e9a21a54b8b3c5f91 (patch) | |
tree | bc9ad000683d26a8ac32a16489043783cd4559e5 /testsuite/sed/sed-recurses-properly | |
parent | 2601559fb6fe5f5a762e2d41f4f87431032e2f73 (diff) | |
download | busybox-73ceca275e390b064f6ea44e9a21a54b8b3c5f91.tar.gz |
This test was hanging
Diffstat (limited to 'testsuite/sed/sed-recurses-properly')
-rw-r--r-- | testsuite/sed/sed-recurses-properly | 2 |
1 files changed, 1 insertions, 1 deletions
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,' |