From f0ac6a2c32292f9fc6b00c50f138b1f52b763511 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Mon, 22 Jan 2024 22:50:13 +0800 Subject: [PATCH] Fix auth --- integration_test/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test/run.sh b/integration_test/run.sh index 68a44e2..880a41b 100755 --- a/integration_test/run.sh +++ b/integration_test/run.sh @@ -253,9 +253,9 @@ then fi elif [ "$testname" == "server/connect.rb" ] then - echo "rcon test" > "$cl_fifo" + echo "rcon_auth test" >> "$cl_fifo" sleep 1 - echo "shutdown" > "$cl_fifo" + echo "shutdown" >> "$cl_fifo" else echo "Error: unkown test '$testname'" exit 1