diff --git a/install/install.sh b/install/install.sh index 60962ca..68e2554 100755 --- a/install/install.sh +++ b/install/install.sh @@ -605,6 +605,12 @@ for i in $loosefiles; do fi done +#Make extra sure we don't install the unit test binary to sbin +if [ -e "$TWBIN/twtest" ] ; then + rm -f "$TWBIN/twtest" +fi + + ##======================================================= ## Files are now present on user's system. ## Begin Tripwire configuration.