diff options
Diffstat (limited to 'bin/cash/tests/builtins/exit1.0')
-rw-r--r-- | bin/cash/tests/builtins/exit1.0 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/cash/tests/builtins/exit1.0 b/bin/cash/tests/builtins/exit1.0 deleted file mode 100644 index 0ca4279c..00000000 --- a/bin/cash/tests/builtins/exit1.0 +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/builtins/exit1.0 216871 2011-01-01 15:25:15Z jilles $ - -# exit with an argument should overwrite the exit status in an EXIT trap. - -trap 'true; exit $?' 0 -false |