diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 00:51:38 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 00:51:38 +0000 |
commit | 9c802416ab981c947a5bdd27663e34c11ea679d4 (patch) | |
tree | c3c8590f308eaad2627232605f9fdcbe10fd2f50 /testsuite/sed | |
parent | 73ceca275e390b064f6ea44e9a21a54b8b3c5f91 (diff) |
left out a \"
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 69cfc0183..bb70f4f9c 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,'" |