Merge pull request #279 from Arcterus/busybox-fix

Make the busybox test suite actually run with relative path names
This commit is contained in:
Oly Mi 2014-06-19 21:34:11 +04:00
commit eb936de334

View file

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