From: Denis Vlasenko Date: Sun, 1 Jun 2008 14:16:54 +0000 (-0000) Subject: msh: fix ENOENT testcase X-Git-Tag: 1_11_0~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d78920675f31d6ec87dc883c4edc0f3862b22f6a;p=oweals%2Fbusybox.git msh: fix ENOENT testcase --- diff --git a/shell/msh_test/msh-execution/exitcode_ENOENT.right b/shell/msh_test/msh-execution/exitcode_ENOENT.right index e2bad05e2..dd49d2c0c 100644 --- a/shell/msh_test/msh-execution/exitcode_ENOENT.right +++ b/shell/msh_test/msh-execution/exitcode_ENOENT.right @@ -1,2 +1,2 @@ -./does_exist_for_sure: not found +./does_not_exist_for_sure: not found 127 diff --git a/shell/msh_test/msh-execution/exitcode_ENOENT.tests b/shell/msh_test/msh-execution/exitcode_ENOENT.tests index c8866532b..7f1b88a99 100755 --- a/shell/msh_test/msh-execution/exitcode_ENOENT.tests +++ b/shell/msh_test/msh-execution/exitcode_ENOENT.tests @@ -1,2 +1,2 @@ -./does_exist_for_sure +./does_not_exist_for_sure echo $?