aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2002-06-11 13:29:08 +0000
committerMatt Kraai <kraai@debian.org>2002-06-11 13:29:08 +0000
commit3ad88ccf2de2ed7c415f5d998235d7cf135c0b23 (patch)
treec292b04960dadd997a91e945074459f7af8f71a6 /testsuite
parent9ef2ea27d4b68d02bf3b18062cbed973a174b5ce (diff)
downloadbusybox-3ad88ccf2de2ed7c415f5d998235d7cf135c0b23.tar.gz
* testsuite/sed/sed-recurses-properly: Mark XFAIL.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/sed/sed-recurses-properly1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/sed/sed-recurses-properly b/testsuite/sed/sed-recurses-properly
index 32101008f..bee1a419a 100644
--- a/testsuite/sed/sed-recurses-properly
+++ b/testsuite/sed/sed-recurses-properly
@@ -1 +1,2 @@
+# XFAIL
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'