Date: Sun, 7 Mar 2010 18:43:29 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/bin/sh/expansion assign1.0 plus-minus1.0 Message-ID: <201003071843.o27IhoXf014328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-03-07 18:43:29 UTC FreeBSD src repository Added files: tools/regression/bin/sh/expansion assign1.0 plus-minus1.0 Log: SVN rev 204842 on 2010-03-07 18:43:29Z by jilles sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}. These expansions, which were already in the Bourne shell, work correctly for the most part. The testcases are only about the parts that already work correctly. Revision Changes Path 1.1 +37 -0 src/tools/regression/bin/sh/expansion/assign1.0 (new) 1.1 +81 -0 src/tools/regression/bin/sh/expansion/plus-minus1.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003071843.o27IhoXf014328>