Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
lt-pkg is gone now, because libtool is gone
Baptiste Daroussin committed 7 years ago
commit db65fe122450760fa55700b1d866aaa3b1f56ca9
parent 4fe7890
1 file changed +1 -5
modified tests/frontend/test_environment.sh.in
@@ -10,11 +10,7 @@ jailed=$(sysctl -n security.jail.jailed 2>/dev/null || :)
if [ "$jailed" = "1" ]; then
	export JAILED="[`hostname`] "
fi
-
if [ "${OS}" = "Linux" ]; then
-
	export PROGNAME="lt-pkg"
-
else
-
	export PROGNAME="pkg"
-
fi
+
export PROGNAME="pkg"

tests_init()
{