diff options
Diffstat (limited to 'test/scripts/socket_test.sh')
-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 110ae32d9d3..0b1f928ed10 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -485,7 +485,7 @@ set_pre_cmd() { pre_cmd="$gdb_in_emacs " elif [ $gdb -eq 1 ] ; then write_gdb_cmdfile $tmp_gdb_cmdfile $gdb_cmdfile $emacs $3 - pre_cmd="gdb -x $tmp_gdb_cmdfile -i=mi --args " + pre_cmd="gdb -x $tmp_gdb_cmdfile --args " elif [ -z $3 ] ; then unset -v pre_cmd else |