aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-05-08 10:38:57 +0200
committerMicael Karlberg <[email protected]>2019-05-29 18:50:03 +0200
commit8db5891cf7ab08980a2e4890dcd70311c21fe76e (patch)
tree5740a9928f44f87edc9e94b27a82b7b3444c0ac9 /erts/emulator
parent51a0daaec83e7e5794d74b7276b2d13f98ba48df (diff)
downloadotp-8db5891cf7ab08980a2e4890dcd70311c21fe76e.tar.gz
otp-8db5891cf7ab08980a2e4890dcd70311c21fe76e.tar.bz2
otp-8db5891cf7ab08980a2e4890dcd70311c21fe76e.zip
[esock|test] Fixed a ttest script
The script used the wrong variable for active (async).
Diffstat (limited to 'erts/emulator')
-rwxr-xr-xerts/emulator/test/esock_ttest/esock-ttest-server-sock2
1 files changed, 1 insertions, 1 deletions
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 "<ERROR> Missing args: async and active"