Kaynağa Gözat

fixup merge issues introduced in 796673c

Issues in doc/po/de.po (fixed by Chris already) and
test/integration/framework

Git-Dch: Ignore
David Kalnischkies 12 yıl önce
ebeveyn
işleme
a0db467c7e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      test/integration/framework

+ 2 - 2
test/integration/framework

@@ -880,7 +880,8 @@ changetowebserver() {
 	fi
 	fi
 	if test -x ${APTWEBSERVERBINDIR}/aptwebserver; then
 	if test -x ${APTWEBSERVERBINDIR}/aptwebserver; then
 		cd aptarchive
 		cd aptarchive
-		if ! aptwebserver -o aptwebserver::fork=1 "$@" >webserver.log 2>&1 ; then
+		local LOG="webserver.log"
+		if ! aptwebserver -o aptwebserver::fork=1 "$@" >$LOG 2>&1 ; then
 			cat $LOG
 			cat $LOG
 			false
 			false
 		fi
 		fi
@@ -1006,7 +1007,6 @@ testequal() {
 	fi
 	fi
 
 
 	local COMPAREFILE="${TMPWORKINGDIRECTORY}/rootdir/tmp/testequal.comparefile"
 	local COMPAREFILE="${TMPWORKINGDIRECTORY}/rootdir/tmp/testequal.comparefile"
-	addtrap "rm $COMPAREFILE;"
 	echo "$1" > $COMPAREFILE
 	echo "$1" > $COMPAREFILE
 	shift
 	shift