From bf7abd5a059d27dc544b435b67f7f1d5419d318b Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Mon, 2 Aug 2021 00:47:40 +0600 Subject: [PATCH] Improve invite-join.test reliability on Alpine Linux. --- test/invite-join.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/invite-join.test b/test/invite-join.test index 3a9e3a33..79155810 100755 --- a/test/invite-join.test +++ b/test/invite-join.test @@ -17,7 +17,8 @@ start_tinc foo echo [STEP] Generate an invitation and let another node join the VPN -tinc foo invite bar | tinc bar join +invitation=$(tinc foo invite bar) +tinc bar join "$invitation" echo [STEP] Test equivalence of host config files -- 2.20.1