summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-02-23 00:05:43 +0100
committerMichael Vogt <mvo@debian.org>2014-02-23 00:05:43 +0100
commit00f2d6c1aa60e8e5cf0e2a0db62e5e39088cb763 (patch)
treef6f7007a06f19ee88b536a8ff4c946507b40d278
parentc3d0a74a58dbcbfbb58c11e6834ead30881f5245 (diff)
test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use http-method from METHODSDIR
-rwxr-xr-xtest/integration/test-ubuntu-bug-346386-apt-get-update-paywall2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-ubuntu-bug-346386-apt-get-update-paywall b/test/integration/test-ubuntu-bug-346386-apt-get-update-paywall
index 1576c396c..7112d2b45 100755
--- a/test/integration/test-ubuntu-bug-346386-apt-get-update-paywall
+++ b/test/integration/test-ubuntu-bug-346386-apt-get-update-paywall
@@ -22,7 +22,7 @@ Config-Item: Acquire::http::DependOnSTDIN=0
600 Acquire URI
URI: http://localhost:8080/holygrail
Filename: knights-talking
-' | http >/dev/null 2>&1 && msgpass || msgfail
+' | ${METHODSDIR}/http >/dev/null 2>&1 && msgpass || msgfail
testfileequal knights-talking 'ni ni ni'
ensure_n_canary_strings_in_dir() {