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