msh testsuite: fix false positive, tweak run stript
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 21 Mar 2009 19:58:58 +0000 (19:58 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 21 Mar 2009 19:58:58 +0000 (19:58 -0000)
shell/msh_test/msh-execution/exitcode_EACCES.right
shell/msh_test/run-all

index b13682cde7b33c42f59eea0fe668f82052c01112..6e5480b9ddf8e438451e3fca878b0f176c9d5a5c 100644 (file)
@@ -1,2 +1,2 @@
-./: cannot execute
+./: can't execute
 126
index 43bc9fc0be192538a1eec918cbf3fdecf5b40e6b..29f62a5e29cb65e7064fb4d5a48c7b7f3d362dd0 100755 (executable)
@@ -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