X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..254f12f71a85dc64a2552ac4af43a6bdb4a80b05:/sh/tests/expansion/set-u1.0?ds=sidebyside diff --git a/sh/tests/expansion/set-u1.0 b/sh/tests/expansion/set-u1.0 index 763eb7d..045d6ad 100644 --- a/sh/tests/expansion/set-u1.0 +++ b/sh/tests/expansion/set-u1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/expansion/set-u1.0 213738 2010-10-12 18:20:38Z obrien $ ${SH} -uc 'unset foo; echo $foo' 2>/dev/null && exit 1 ${SH} -uc 'foo=; echo $foo' >/dev/null || exit 1