diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-09-09 10:05:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-09-09 10:05:35 +0000 |
commit | 8a407adc667fb963d41458fdc23b73b315b8be47 (patch) | |
tree | 1e0c8df621848c8468d9d92acbec08dda0f32fe5 /regress/usr.bin/make/mk19 | |
parent | 83fdc24668a9d57c325ce9546910a58f31911b09 (diff) |
Some posix tests we don't pass yet, and won't until I've added a `magic'
status for variables (as SHELL is very, very special, according to
POSIX/Single Unix).
Diffstat (limited to 'regress/usr.bin/make/mk19')
-rw-r--r-- | regress/usr.bin/make/mk19 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/usr.bin/make/mk19 b/regress/usr.bin/make/mk19 new file mode 100644 index 00000000000..120220433d1 --- /dev/null +++ b/regress/usr.bin/make/mk19 @@ -0,0 +1,5 @@ +# $OpenBSD: mk19,v 1.1 2002/09/09 10:05:34 espie Exp $ +# Posix compliance test: variable SHELL shall not be taken from the environment + +a: + @echo ${SHELL} |