diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/just-mr/install-roots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/just-mr/install-roots.sh b/test/end-to-end/just-mr/install-roots.sh index 368e505a..aab0c90b 100644 --- a/test/end-to-end/just-mr/install-roots.sh +++ b/test/end-to-end/just-mr/install-roots.sh @@ -54,10 +54,10 @@ cat > repos.json <<EOF , "foo_ignore_special": { "repository": { "type": "archive" - , "ignore_special": true , "content": "${foocontent}" , "fetch": "http://non-existent.example.org/foo-1.2.3.tar" , "subdir": "foo" + , "pragma": {"special": "ignore"} } } , "": |