Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert "No more need for the LD_LIBRARY_PATH hack when calling the binary"
Baptiste Daroussin committed 13 years ago
commit e07a939e06bcfd8f1e7bc73e612954bb734c98a3
parent 930b2b7971e0199552df1afd577d044060c50822
1 file changed +1 -1
modified tests/frontend/Makefile
@@ -3,5 +3,5 @@ all:
	@echo "nothing todo"
run:
.for test in ${TESTS}
-
	@env PATH=${.CURDIR}/../../pkg:${PATH} atf-sh ${test}.sh ${test}
+
	@env LD_LIBRARY_PATH=${.CURDIR}/../../libpkg PATH=${.CURDIR}/../../pkg:${PATH} atf-sh ${test}.sh ${test}
.endfor