mirror of https://github.com/mirror/busybox.git
msh testsuite: fix false positive, tweak run stript
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