aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 14:16:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 14:16:54 +0000
commitd78920675f31d6ec87dc883c4edc0f3862b22f6a (patch)
tree162d0f976f72b17ac34bcd0005a999e424d50386 /shell/msh_test
parent62d85035895152c8232052dcfb1bbd3b549b7df9 (diff)
downloadbusybox-d78920675f31d6ec87dc883c4edc0f3862b22f6a.tar.gz
msh: fix ENOENT testcase
Diffstat (limited to 'shell/msh_test')
-rw-r--r--shell/msh_test/msh-execution/exitcode_ENOENT.right2
-rwxr-xr-xshell/msh_test/msh-execution/exitcode_ENOENT.tests2
2 files changed, 2 insertions, 2 deletions
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 $?