summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-08-03 23:50:10 -0400
committerJames McCoy <jamessan@debian.org>2018-08-04 12:27:23 -0400
commitdf3de444e242ee50b0997d15b30b8927fa487c12 (patch)
tree4a28fa9b81679fd47d3a89a7c5c62d591fdb467b /debian/tests
parent97583c9312f4402a77645114b6fd10ba052caa40 (diff)
debian/tests: Use $AUTOPKGTEST_TMP if $ADTTMP is not set
Signed-off-by: James McCoy <jamessan@debian.org>
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/libapache2-mod-svn2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/libapache2-mod-svn b/debian/tests/libapache2-mod-svn
index 3370341..626eb3c 100644
--- a/debian/tests/libapache2-mod-svn
+++ b/debian/tests/libapache2-mod-svn
@@ -11,7 +11,7 @@ cat > /etc/apache2/mods-available/dav_svn.conf <<EOT
EOT
service apache2 restart
-cd $ADTTMP
+cd ${ADTTMP:-$AUTOPKGTEST_TMP}
svn checkout http://localhost/svn
cd svn
echo "Hello, world!" > hello