diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 707dac57d2d..c7c2e9ebbb9 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -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