aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-28 00:47:49 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-28 00:47:49 +0000
commit73ceca275e390b064f6ea44e9a21a54b8b3c5f91 (patch)
treebc9ad000683d26a8ac32a16489043783cd4559e5 /testsuite
parent2601559fb6fe5f5a762e2d41f4f87431032e2f73 (diff)
downloadbusybox-73ceca275e390b064f6ea44e9a21a54b8b3c5f91.tar.gz
This test was hanging
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/sed/sed-recurses-properly2
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,'