From 70d589eea839ce2cf277f00ac46354d9aba0f717 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 5 Aug 2014 21:13:43 +0200 Subject: [PATCH] Update plugin installation tests --- tests/expect_successful_plugin_download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expect_successful_plugin_download b/tests/expect_successful_plugin_download index 9a529c6..fdadc3f 100755 --- a/tests/expect_successful_plugin_download +++ b/tests/expect_successful_plugin_download @@ -16,10 +16,10 @@ send "I" set timeout 15 expect { - "Downloading tmux-plugins/tmux-example-plugin" { + "Installing \"tmux-example-plugin\"" { expect { - "tmux-plugins/tmux-example-plugin download success" { + "\"tmux-example-plugin\" download success" { expect { "Done, press ENTER to continue" { exit } }