From dc958c43d7a567dfaf7a915ca4cc45878ee6775a Mon Sep 17 00:00:00 2001 From: Arcterus Date: Thu, 19 Jun 2014 09:31:47 -0700 Subject: [PATCH] Make the busybox test suite actually run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66cd57ac0..7228c97b6 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,7 @@ busytest: @false else busytest: build/busybox build/.config - (cd $(BUSYBOX_SRC)/testsuite && bindir=$(SRC_DIR)/build tstdir=$(BUSYBOX_SRC)/testsuite $(BUSYBOX_SRC)/testsuite/runtest $(RUNTEST_ARGS)) + (cd $(BUSYBOX_SRC)/testsuite && bindir=$(SRC_DIR)/build ./runtest $(RUNTEST_ARGS)) endif endif