]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-717891-abolute-uris-for-proxies
pass-through stdin fd instead of content if not a terminal
[apt.git] / test / integration / test-bug-717891-abolute-uris-for-proxies
index e9c38492ed33ad7b0df311d7c5f627f04fae0bd0..ac1d6ec11c91c1bacfc3cded114d30c344e42d85 100755 (executable)
@@ -12,12 +12,12 @@ setupaptarchive
 changetowebserver --request-absolute='uri'
 
 msgtest 'Check that absolute paths are' 'not accepted'
-aptget update >/dev/null 2>&1 && msgfail || msgpass
+testfailure --nomsg aptget update
 
 echo 'Acquire::http::Proxy "http://localhost:8080";' > rootdir/etc/apt/apt.conf.d/99proxy
 
 msgtest 'Check that requests to proxies are' 'absolute uris'
-aptget update >/dev/null 2>&1 && msgpass || msgfail
+testsuccess --nomsg aptget update
 
 testequal 'Reading package lists...
 Building dependency tree...