Browse Source

test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use http-method from METHODSDIR

debian/1.8.y
Michael Vogt 10 years ago
parent
commit
00f2d6c1aa
  1. 2
      test/integration/test-ubuntu-bug-346386-apt-get-update-paywall

2
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() {

Loading…
Cancel
Save