Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-28 03:47:49 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-28 03:47:49 +0300
commit73ceca275e390b064f6ea44e9a21a54b8b3c5f91 (patch)
treebc9ad000683d26a8ac32a16489043783cd4559e5 /testsuite
parent2601559fb6fe5f5a762e2d41f4f87431032e2f73 (diff)
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,'