From: Jan Kratochvil Date: Sun, 27 Nov 2011 21:06:29 +0000 (+0100) Subject: Fix to not run gdbserver. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=4d41d9625693246727269be83f7c3dcf6f95cedd Fix to not run gdbserver. --- diff --git a/bin/runtest-read1 b/bin/runtest-read1 index 3fe5234..a29af43 100755 --- a/bin/runtest-read1 +++ b/bin/runtest-read1 @@ -1,3 +1,3 @@ #! /bin/sh export EXPECT=$HOME/bin/expect-read1 -exec runtest-gdbserver "$@" +exec runtest "$@"