From c775f829db2e25ffa384ffe1b6b6859cdddfa935 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Oct 2016 00:55:34 +0200 Subject: sh testsuite: add tests for exitcode on failure to exec Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/exitcode_ENOENT.tests | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/hush_test/hush-misc/exitcode_ENOENT.tests (limited to 'shell/hush_test/hush-misc/exitcode_ENOENT.tests') diff --git a/shell/hush_test/hush-misc/exitcode_ENOENT.tests b/shell/hush_test/hush-misc/exitcode_ENOENT.tests new file mode 100755 index 0000000..7f1b88a --- /dev/null +++ b/shell/hush_test/hush-misc/exitcode_ENOENT.tests @@ -0,0 +1,2 @@ +./does_not_exist_for_sure +echo $? -- cgit v1.1