msh testsuite: fix false positive, tweak run stript

This commit is contained in:
Denis Vlasenko 2009-03-21 19:58:58 +00:00
parent 3a014b85dc
commit ccff0b962c
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
./: cannot execute ./: can't execute
126 126

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
test -x msh || { test -x msh || {
echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'" echo "No ./msh - creating a link to ../../busybox"
exit ln -s ../../busybox msh
} }
PATH="$PWD:$PATH" # for msh PATH="$PWD:$PATH" # for msh