From 7afd7a1985e79410d9628ec4fcc27c58a43de6a3 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 16 Dec 2018 20:53:47 +0100 Subject: [PATCH] tests/histfile Remove history --save This might crash on arch on sr.ht? --- tests/histfile.expect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/histfile.expect b/tests/histfile.expect index 21082c811..81ca11276 100644 --- a/tests/histfile.expect +++ b/tests/histfile.expect @@ -110,8 +110,8 @@ expect_prompt # TODO: Figure out why this `history --save` is only needed in one of the # three Travis CI build environments and neither of my OS X or Ubuntu servers. -send "history --save\r" -expect_prompt +# send "history --save\r" +# expect_prompt send "grep '^$hist_line' $env_histfile\r" expect_prompt -re "\r\n$hist_line\r\n" {