busybox: fix tests.
This commit is contained in:
parent
cf1d058865
commit
dd997b134b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ do_check() {
|
|||
cp src/scripts/echo.c "${t}/scripts"
|
||||
# Run the testsuite
|
||||
(
|
||||
cd "${t}"
|
||||
cd "${t}/testsuite"
|
||||
SKIP_KNOWN_BUGS=yes ./runtest -v
|
||||
)
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue