mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 18:28:18 +00:00
Merge pull request #279 from Arcterus/busybox-fix
Make the busybox test suite actually run with relative path names
This commit is contained in:
commit
eb936de334
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue