aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-28 00:47:49 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-28 00:47:49 +0000
commitbf4090c470027c3e4bde20355d9c64e6de8a6c85 (patch)
treebc9ad000683d26a8ac32a16489043783cd4559e5 /testsuite/sed
parent7fdf295001074077975f4f949866b8c33c3cc62f (diff)
downloadbusybox-w32-bf4090c470027c3e4bde20355d9c64e6de8a6c85.tar.gz
busybox-w32-bf4090c470027c3e4bde20355d9c64e6de8a6c85.tar.bz2
busybox-w32-bf4090c470027c3e4bde20355d9c64e6de8a6c85.zip
This test was hanging
git-svn-id: svn://busybox.net/trunk/busybox@6035 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/sed')
-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 @@
1# XFAIL 1# XFAIL
2test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,' 2test "`echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')` = ',1,2,3,4,5,'