From 22fd8e65adaf823a16eff4cd5f283b1f831bfedf Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 8 Sep 2014 00:15:53 -0700 Subject: 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. --- .travis.yml | 2 +- tests/interactive.config | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3