msh testsuite: fix false positive, tweak run stript
This commit is contained in:
parent
3a014b85dc
commit
ccff0b962c
@ -1,2 +1,2 @@
|
||||
./: cannot execute
|
||||
./: can't execute
|
||||
126
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user