From 1a7ac7b3ca12f1e41be05b376a6cae2b2e56a236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 5 Jul 2015 20:43:31 +0200 Subject: [PATCH] degesch: actually fix the test script --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 8dfb158..cac7b2c 100755 --- a/test +++ b/test @@ -20,7 +20,7 @@ expect_after { } # Connect to the daemon -send "/server add localhost" +send "/server add localhost\n" expect "]" send "/set localhost.addresses = \"localhost\"\n" expect "Option changed"