From 65db095da06a1b05ed4771b73cf7b9c1978af267 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 26 Dec 2010 23:19:16 +0000 Subject: [PATCH] Remove commented-out test that's covered in plus-minus2.0 anyway. Discussed with: jilles --- tools/regression/bin/sh/expansion/plus-minus1.0 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/regression/bin/sh/expansion/plus-minus1.0 b/tools/regression/bin/sh/expansion/plus-minus1.0 index e98c98953925..97e2d3c1e4e0 100644 --- a/tools/regression/bin/sh/expansion/plus-minus1.0 +++ b/tools/regression/bin/sh/expansion/plus-minus1.0 @@ -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|}'