Date: Sat, 13 Mar 2010 22:30:52 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/bin/sh/errors assignment-error1.0 Message-ID: <201003132231.o2DMV9D1022037@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-03-13 22:30:52 UTC FreeBSD src repository Added files: tools/regression/bin/sh/errors assignment-error1.0 Log: SVN rev 205136 on 2010-03-13 22:30:52Z by jilles sh: Add test for assignment errors (e.g. trying to change a readonly var). We currently ignore readonly status for assignments before regular builtins and external programs (these assignments are not persistent anyway), so just check that the readonly variable really is not changed. The test depends on the command builtin changes for 'command :'. Revision Changes Path 1.1 +30 -0 src/tools/regression/bin/sh/errors/assignment-error1.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003132231.o2DMV9D1022037>