aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-08 00:15:53 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-08 00:16:42 -0700
commit22fd8e65adaf823a16eff4cd5f283b1f831bfedf (patch)
tree7568a59677bd7ad4224724de55609ef70ad7e6ce
parent190712d4b0fe97f8437b2f3c9b642dd5c46cf60f (diff)
Disable fish_title on interactive tests
This was apparently what was interfering with the tests working on Linux. Tweak .travis.yml to install expect so the tests run on Linux.
-rw-r--r--.travis.yml2
-rw-r--r--tests/interactive.config3
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7585453..a60bd0fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ compiler:
before_install:
- sudo apt-get update
install:
- - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen
+ - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen expect
script:
- autoreconf
- ./configure
diff --git a/tests/interactive.config b/tests/interactive.config
index 861cab53..911bfd65 100644
--- a/tests/interactive.config
+++ b/tests/interactive.config
@@ -15,6 +15,9 @@ end
set -g fish_greeting ''
+function fish_title
+end
+
function _quote
echo \'(echo $argv[1] | sed -e 's/\'/\\\\\'/g')\'
end