From bc8867eb227c95931462c2f19c8a67763e6f1733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 5 Jul 2023 00:15:45 +0200 Subject: Fix the integration test IRCv3 capabilities broke it a bit. Also change it so that it doesn't destroy existing configuration. --- test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test b/test index 2ba55b4..e8c2b53 100755 --- a/test +++ b/test @@ -1,5 +1,7 @@ #!/usr/bin/expect -f # Very basic end-to-end testing for CI +set tempdir [exec mktemp -d] +set ::env(XDG_CONFIG_HOME) $tempdir # Run the daemon to test against system ./xD --write-default-cfg @@ -27,7 +29,7 @@ expect "Option changed" send "/disconnect\n" expect "]" send "/connect\n" -expect "Connection established" +expect "Welcome to" # Try some chatting send "/join #test\n" -- cgit v1.2.3