diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-11-07 02:20:07 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-11-07 08:40:57 +0000 |
commit | 5917939256af392914d8a648de0c3287042ddbf6 (patch) | |
tree | 6e22c50d626bc999df401d8f19ab956378891e55 /test | |
parent | bfc29ba442dbb65599f29fe5aa44c6219ed0d3a8 (diff) |
VCL-LDPRELOAD: enable accept4() wrapper
Change-Id: I56567953fb8329315393047913e30fc7f2242bdb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/scripts/socket_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 03164a96250..f269efcad81 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -569,7 +569,7 @@ write_gdb_cmdfile() { echo "set confirm off" >> $1 if [ -n "$4" ] ; then echo "set exec-wrapper env LD_PRELOAD=$4" >> $1 - echo "start" >> $1 + # echo "start" >> $1 fi if [ ! -f $2 ] ; then |