diff options
Diffstat (limited to 'test/end-to-end')
-rw-r--r-- | test/end-to-end/just-mr/just-mr-mirrors.test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/end-to-end/just-mr/just-mr-mirrors.test.sh b/test/end-to-end/just-mr/just-mr-mirrors.test.sh index beb8f73c..2e8e7d2e 100644 --- a/test/end-to-end/just-mr/just-mr-mirrors.test.sh +++ b/test/end-to-end/just-mr/just-mr-mirrors.test.sh @@ -234,6 +234,10 @@ cat > just-local.json <<EOF [ "http://non-existent.example.org/zip_repo.zip" , "http://127.0.0.1:${port_num}/zip_repo.zip" ] + , "http://non-existent.example.org:${port_num}/tgz_repo.tar.gz": + [ "http://non-existent.example.org/tgz_repo.tar.gz" + , "http://127.0.0.1:${port_num}/tgz_repo.tar.gz" + ] } , "preferred hostnames": ["non-existent.example.org", "127.0.0.1"] |