svn commit: r216726 - head/tools/regression/bin/sh/expansion

Ed Maste emaste at FreeBSD.org
Sun Dec 26 23:19:17 UTC 2010


Author: emaste
Date: Sun Dec 26 23:19:16 2010
New Revision: 216726
URL: http://svn.freebsd.org/changeset/base/216726

Log:
  Remove commented-out test that's covered in plus-minus2.0 anyway.
  
  Discussed with: jilles

Modified:
  head/tools/regression/bin/sh/expansion/plus-minus1.0

Modified: head/tools/regression/bin/sh/expansion/plus-minus1.0
==============================================================================
--- head/tools/regression/bin/sh/expansion/plus-minus1.0	Sun Dec 26 22:29:44 2010	(r216725)
+++ head/tools/regression/bin/sh/expansion/plus-minus1.0	Sun Dec 26 23:19:16 2010	(r216726)
@@ -49,8 +49,6 @@ testcase 'set -- ${w:+$w"$w"}'			'3|a|b|
 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|}'
 


More information about the svn-src-all mailing list