diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-03 22:58:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-03 22:58:55 +0200 |
commit | be297c7ab3c16edcbdd6afc699c73a58e545b599 (patch) | |
tree | db6540fc845632ec845b69650ef5bceef2e87c48 /test | |
parent | df7d029c6d7ff15b81f7b439991bfaef19adcaf6 (diff) |
tests: install --no-install-recommends and stunnel4 for travis
stunnel4 is required for https tests
Git-Dch: Ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-bug-254770-segfault-if-cache-not-buildable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-254770-segfault-if-cache-not-buildable b/test/integration/test-bug-254770-segfault-if-cache-not-buildable index 8fa337ccc..59102ddc9 100755 --- a/test/integration/test-bug-254770-segfault-if-cache-not-buildable +++ b/test/integration/test-bug-254770-segfault-if-cache-not-buildable @@ -18,7 +18,7 @@ testsegfault() { msgpass else echo - echo $TEST + echo "$TEST" msgfail fi } |