aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
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 /tests
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive.config3
1 files changed, 3 insertions, 0 deletions
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