busybox: fix tests.

This commit is contained in:
Leah Neukirchen 2021-02-03 15:33:38 +01:00
parent cf1d058865
commit dd997b134b

View file

@ -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