From: Denis Vlasenko Date: Sat, 21 Mar 2009 19:58:58 +0000 (-0000) Subject: msh testsuite: fix false positive, tweak run stript X-Git-Tag: 1_14_0~201 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccff0b962ca85acce8502256cf7e78bb1ca2d898;p=oweals%2Fbusybox.git msh testsuite: fix false positive, tweak run stript --- diff --git a/shell/msh_test/msh-execution/exitcode_EACCES.right b/shell/msh_test/msh-execution/exitcode_EACCES.right index b13682cde..6e5480b9d 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 43bc9fc0b..29f62a5e2 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