[med-svn] [prank] 02/02: Fix variable name

Andreas Tille tille at debian.org
Tue Mar 28 19:55:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository prank.

commit 0cd286403e3dcaa2c09ae385f74cc93670231b86
Author: Andreas Tille <tille at debian.org>
Date:   Tue Mar 28 21:55:43 2017 +0200

    Fix variable name
---
 debian/tests/run-unit-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 9e027e8..f65cabb 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -5,7 +5,7 @@ pkg="prank"
 
 if [ "$AUTOPKGTEST_TMP" = "" ] ; then
   AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
-  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
 fi
 
 cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prank.git



More information about the debian-med-commit mailing list