repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 0a6e28458296c8a7b72039d88b5754f3e8053b28:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 0a6e28458296c8a7b72039d88b5754f3e8053b28
Author: Alexander Barton 
Date:   Sun Jan 10 17:44:36 2016 +0100

    platformtest.sh: Delete ngIRCd binary before test run

    This ensures that we definitely don't test an old binary later on ...

diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh
index 4e28f92542caa65c675b64e24c6c266b4d0f60ba..
index ..a3d5ade4225655543a27f87503e1a61dc5ceb639 100755
--- a/contrib/platformtest.sh
+++ b/contrib/platformtest.sh
@@ -98,6 +98,7 @@ if [ -r "$SRC_D/configure" ]; then
 	[ -n "$VERBOSE" ] && "$SRC_D/configure" -C || "$SRC_D/configure" -C >/dev/null
 	if [ $? -eq 0 ] && [ -r ./Makefile ]; then
 		R_CONFIGURE=1
+		rm -f "src/ngircd/ngircd"
 		echo "$NAME: Running \"$MAKE\" ..."
 		[ -n "$VERBOSE" ] && "$MAKE" || "$MAKE" >/dev/null
 		if [ $? -eq 0 ] && [ -x src/ngircd/ngircd ]; then

-----END OF PAGE-----