diff options
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 |