diff options
Diffstat (limited to 'bin/sh/tests/builtins/return6.4')
| -rw-r--r-- | bin/sh/tests/builtins/return6.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/tests/builtins/return6.4 b/bin/sh/tests/builtins/return6.4 new file mode 100644 index 000000000000..172459f40c68 --- /dev/null +++ b/bin/sh/tests/builtins/return6.4 @@ -0,0 +1,2 @@ + +while return 4; do exit 3; done |
