From ccff0b962ca85acce8502256cf7e78bb1ca2d898 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Mar 2009 19:58:58 +0000 Subject: msh testsuite: fix false positive, tweak run stript --- shell/msh_test/run-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/msh_test/run-all') 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 -- cgit v1.2.3