From bb6d30656efa59e16d9abc20146accb24de17090 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 9 Mar 2020 04:00:31 -0400 Subject: Import /usr/src/bin/sh from FreeBSD 12.1-RELEASE --- bin/1sh/tests/builtins/cd3.0 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/1sh/tests/builtins/cd3.0 (limited to 'bin/1sh/tests/builtins/cd3.0') diff --git a/bin/1sh/tests/builtins/cd3.0 b/bin/1sh/tests/builtins/cd3.0 new file mode 100644 index 00000000..09aa74ca --- /dev/null +++ b/bin/1sh/tests/builtins/cd3.0 @@ -0,0 +1,21 @@ +# $FreeBSD: releng/12.1/bin/sh/tests/builtins/cd3.0 222154 2011-05-20 22:55:18Z jilles $ + +# If fully successful, cd -Pe must be like cd -P. + +set -e + +cd "${TMPDIR:-/tmp}" +cd -Pe / +[ "$PWD" = / ] +[ "$(pwd)" = / ] +cd "${TMPDIR:-/tmp}" +cd -eP / +[ "$PWD" = / ] +[ "$(pwd)" = / ] + +set +e + +# If cd -Pe cannot chdir, the exit status must be greater than 1. + +v=$( (cd -Pe /var/empty/nonexistent) 2>&1 >/dev/null) +[ $? -gt 1 ] && [ -n "$v" ] -- cgit 1.4.1 d=cf9d2e8c389b84dba23c83b5cfc72082df65dfba'>refs log tree commit diff
path: root/bin/cash/tests/builtins/getopts2.0.stdout (unfollow)
Commit message (Expand)Author
2019-01-10Replace st_mtim with st_mtimespecJune McEnroe
2019-01-10Replace sys_nsig with NSIGJune McEnroe
2019-01-10Replace cash MakefileJune McEnroe
2019-01-10Move bltin out of subdirectoryJune McEnroe