diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 00:47:49 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 00:47:49 +0000 |
commit | bf4090c470027c3e4bde20355d9c64e6de8a6c85 (patch) | |
tree | bc9ad000683d26a8ac32a16489043783cd4559e5 /testsuite/sed | |
parent | 7fdf295001074077975f4f949866b8c33c3cc62f (diff) | |
download | busybox-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-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 @@ | |||
1 | # XFAIL | 1 | # XFAIL |
2 | test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,' | 2 | test "`echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')` = ',1,2,3,4,5,' |