diff options
author | Denis Vlasenko | 2008-06-01 14:16:54 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-06-01 14:16:54 +0000 |
commit | d78920675f31d6ec87dc883c4edc0f3862b22f6a (patch) | |
tree | 162d0f976f72b17ac34bcd0005a999e424d50386 /shell/msh_test/msh-execution/exitcode_ENOENT.tests | |
parent | 62d85035895152c8232052dcfb1bbd3b549b7df9 (diff) | |
download | busybox-d78920675f31d6ec87dc883c4edc0f3862b22f6a.zip busybox-d78920675f31d6ec87dc883c4edc0f3862b22f6a.tar.gz |
msh: fix ENOENT testcase
Diffstat (limited to 'shell/msh_test/msh-execution/exitcode_ENOENT.tests')
-rwxr-xr-x | shell/msh_test/msh-execution/exitcode_ENOENT.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh_test/msh-execution/exitcode_ENOENT.tests b/shell/msh_test/msh-execution/exitcode_ENOENT.tests index c886653..7f1b88a 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 $? |