mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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
Reference in a new issue