diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 20:19:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 20:19:51 -0500 |
commit | 9beeb46022fc1e0c6bc6bec029bb949df10a2c3d (patch) | |
tree | 7db75dd126879bea3f0d8762b2619e0bebcf2836 /bin/cash/tests/builtins/break5.4 | |
parent | Remove funcs (diff) | |
download | src-9beeb46022fc1e0c6bc6bec029bb949df10a2c3d.tar.gz src-9beeb46022fc1e0c6bc6bec029bb949df10a2c3d.zip |
Remove cash/tests
Diffstat (limited to '')
-rw-r--r-- | bin/cash/tests/builtins/break5.4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/cash/tests/builtins/break5.4 b/bin/cash/tests/builtins/break5.4 deleted file mode 100644 index b1e3b8e1..00000000 --- a/bin/cash/tests/builtins/break5.4 +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/builtins/break5.4 251180 2013-05-31 14:45:25Z jilles $ - -# Although this is not specified by POSIX, some configure scripts (gawk 4.1.0) -# appear to depend on it. -# In some uncommitted code, the subshell environment corrupted the outer -# shell environment's state. - -(for i in a b c; do - exit 3 -done) -break -exit 4 |