diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-05-04 10:08:16 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-04 12:12:22 +0200 |
commit | 737ce3135d332e3b6165ac1fac5c68e21ba1bdba (patch) | |
tree | c8714fc1ae600af340c089754124b8620faa80c7 /test/integration | |
parent | 84ac6edfabe1c92d67e8d441e04216ad33c89165 (diff) |
test: fix permission issue if run as root
Always those silly mistakes. Do what I mean, not what I said…
Reported-By: Travis
Git-Dch: Ignore
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-handle-redirect-as-used-mirror-change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-handle-redirect-as-used-mirror-change b/test/integration/test-handle-redirect-as-used-mirror-change index f4a240323..b297a6f2a 100755 --- a/test/integration/test-handle-redirect-as-used-mirror-change +++ b/test/integration/test-handle-redirect-as-used-mirror-change @@ -38,5 +38,6 @@ Location: http://0.0.0.0:${APTHTTPPORT}/dists/unstable/main/source/Sources.gz Location: http://0.0.0.0:${APTHTTPPORT}/dists/unstable/main/binary-all/Packages.gz Location: http://0.0.0.0:${APTHTTPPORT}/dists/unstable/main/i18n/Translation-en.gz" grep '^Location:' aptarchive/webserver.log +cd downloaded testsuccess apthelper download-file "http://localhost:${APTHTTPPORT}/redirectme/dists/unstable/InRelease" inrelease testsuccess test -s inrelease |