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"
|
cp src/scripts/echo.c "${t}/scripts"
|
||||||
# Run the testsuite
|
# Run the testsuite
|
||||||
(
|
(
|
||||||
cd "${t}"
|
cd "${t}/testsuite"
|
||||||
SKIP_KNOWN_BUGS=yes ./runtest -v
|
SKIP_KNOWN_BUGS=yes ./runtest -v
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue