Remove commented-out test that's covered in plus-minus2.0 anyway.
Discussed with: jilles
This commit is contained in:
parent
d97326d09b
commit
65db095da0
@ -49,8 +49,6 @@ testcase 'set -- ${w:+$w"$w"}' '3|a|b|ca b c'
|
||||
testcase 'set -- "${s+a b}"' '1|a b'
|
||||
testcase 'set -- "${e:-a b}"' '1|a b'
|
||||
testcase 'set -- ${e:-\}}' '1|}'
|
||||
# Currently broken in FreeBSD /bin/sh
|
||||
#testcase 'set -- "${e:-\}}"' '1|}'
|
||||
testcase 'set -- ${e:+{}}' '1|}'
|
||||
testcase 'set -- "${e:+{}}"' '1|}'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user