From 8db5891cf7ab08980a2e4890dcd70311c21fe76e Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Wed, 8 May 2019 10:38:57 +0200 Subject: [esock|test] Fixed a ttest script The script used the wrong variable for active (async). --- erts/emulator/test/esock_ttest/esock-ttest-server-sock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/emulator/test') diff --git a/erts/emulator/test/esock_ttest/esock-ttest-server-sock b/erts/emulator/test/esock_ttest/esock-ttest-server-sock index 4ea8ce0185..fc87499f09 100755 --- a/erts/emulator/test/esock_ttest/esock-ttest-server-sock +++ b/erts/emulator/test/esock_ttest/esock-ttest-server-sock @@ -37,7 +37,7 @@ if [ $# = 2 ]; then ASYNC= fi - ACTIVE="--active $async" + ACTIVE="--active $active" else echo " Missing args: async and active" -- cgit v1.2.3