diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-02 13:34:59 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-02 13:34:59 +0200 |
commit | 18908589a096719eb4ce76123596865093d6ff9d (patch) | |
tree | f99847dd5ebc3d142248ec77d36d4516978bebfd /test/integration/test-bug-633350-do-not-kill-last-char-in-Release | |
parent | 8fa042ca39dcb39d544f015f4a924c5dbc10ad2c (diff) |
tests: fix some problems travis encounters
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-bug-633350-do-not-kill-last-char-in-Release')
-rwxr-xr-x | test/integration/test-bug-633350-do-not-kill-last-char-in-Release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-633350-do-not-kill-last-char-in-Release b/test/integration/test-bug-633350-do-not-kill-last-char-in-Release index 2aae7cfcc..988f8c9d0 100755 --- a/test/integration/test-bug-633350-do-not-kill-last-char-in-Release +++ b/test/integration/test-bug-633350-do-not-kill-last-char-in-Release @@ -8,7 +8,7 @@ configarchitecture 'amd64' insertpackage 'unstable' 'cool' 'amd64' '1.0' -setupaptarchive 2> /dev/null +setupaptarchive --no-update echo 'NotAutomatic: yes' >> aptarchive/dists/unstable/Release |