diff options
Diffstat (limited to 'bin/sh/tests/builtins/return3.1')
| -rw-r--r-- | bin/sh/tests/builtins/return3.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/tests/builtins/return3.1 b/bin/sh/tests/builtins/return3.1 new file mode 100644 index 000000000000..e871c055afce --- /dev/null +++ b/bin/sh/tests/builtins/return3.1 @@ -0,0 +1,2 @@ +return 1 +exit 0 |
