summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko2009-03-21 19:58:58 +0000
committerDenis Vlasenko2009-03-21 19:58:58 +0000
commitccff0b962ca85acce8502256cf7e78bb1ca2d898 (patch)
treef9b517698fc05e58ea8d72e45afa50867bc34ccf
parent3a014b85dc57a88b5e1eb006a2fa3062f4bebc8f (diff)
downloadbusybox-ccff0b962ca85acce8502256cf7e78bb1ca2d898.zip
busybox-ccff0b962ca85acce8502256cf7e78bb1ca2d898.tar.gz
msh testsuite: fix false positive, tweak run stript
-rw-r--r--shell/msh_test/msh-execution/exitcode_EACCES.right2
-rwxr-xr-xshell/msh_test/run-all4
2 files changed, 3 insertions, 3 deletions
diff --git a/shell/msh_test/msh-execution/exitcode_EACCES.right b/shell/msh_test/msh-execution/exitcode_EACCES.right
index b13682c..6e5480b 100644
--- a/shell/msh_test/msh-execution/exitcode_EACCES.right
+++ b/shell/msh_test/msh-execution/exitcode_EACCES.right
@@ -1,2 +1,2 @@
-./: cannot execute
+./: can't execute
126
diff --git a/shell/msh_test/run-all b/shell/msh_test/run-all
index 43bc9fc..29f62a5 100755
--- a/shell/msh_test/run-all
+++ b/shell/msh_test/run-all
@@ -1,8 +1,8 @@
#!/bin/sh
test -x msh || {
- echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'"
- exit
+ echo "No ./msh - creating a link to ../../busybox"
+ ln -s ../../busybox msh
}
PATH="$PWD:$PATH" # for msh