From 5917939256af392914d8a648de0c3287042ddbf6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 7 Nov 2017 02:20:07 -0500 Subject: VCL-LDPRELOAD: enable accept4() wrapper Change-Id: I56567953fb8329315393047913e30fc7f2242bdb Signed-off-by: Dave Wallace --- test/scripts/socket_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit 1.2.3-korg