Date: Fri, 20 May 2005 15:06:27 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/make/shell/meta Makefile expected.status expected.stderr expected.stdout sh.sh test.t Message-ID: <200505201506.j4KF6Rmh047322@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-20 15:06:27 UTC FreeBSD src repository Added files: tools/regression/usr.bin/make/shell/meta Makefile expected.status expected.stderr expected.stdout sh.sh test.t Log: Add a test to ensure that in compat mode when a line contains no shell meta characters it is not passed to the shell, but the command is executed directly (given that the line is not a shell builtin) and that the line with a meta character is passed to the shell. Revision Changes Path 1.1 +30 -0 src/tools/regression/usr.bin/make/shell/meta/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/meta/expected.status (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/meta/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/shell/meta/expected.stdout (new) 1.1 +6 -0 src/tools/regression/usr.bin/make/shell/meta/sh.sh (new) 1.1 +13 -0 src/tools/regression/usr.bin/make/shell/meta/test.t (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505201506.j4KF6Rmh047322>