diff options
author | Denys Vlasenko | 2016-10-03 00:55:34 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-10-03 00:55:34 +0200 |
commit | c775f829db2e25ffa384ffe1b6b6859cdddfa935 (patch) | |
tree | e9b83b0a4fb4e6dff4544e7fe2a525b2df71b61b /shell/hush_test/hush-misc/exitcode_EACCES.right | |
parent | 2feaa227a4ddbf642207beebe7ac5ce85c57f018 (diff) | |
download | busybox-c775f829db2e25ffa384ffe1b6b6859cdddfa935.zip busybox-c775f829db2e25ffa384ffe1b6b6859cdddfa935.tar.gz |
sh testsuite: add tests for exitcode on failure to exec
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/exitcode_EACCES.right')
-rw-r--r-- | shell/hush_test/hush-misc/exitcode_EACCES.right | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/exitcode_EACCES.right b/shell/hush_test/hush-misc/exitcode_EACCES.right new file mode 100644 index 0000000..a80d551 --- /dev/null +++ b/shell/hush_test/hush-misc/exitcode_EACCES.right @@ -0,0 +1,2 @@ +hush: can't execute './': Permission denied +126 |