diff --git a/sim/testsuite/arm/allinsn.exp b/sim/testsuite/arm/allinsn.exp index c4d1ccecc3c..4f4f438978d 100644 --- a/sim/testsuite/arm/allinsn.exp +++ b/sim/testsuite/arm/allinsn.exp @@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } { # all machines set all_machs "xscale" - if [is_remote host] { - remote_download host $srcdir/$subdir/testutils.inc - } - # The .cgs suffix is for "cgen .s". foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { # If we're only testing specific files and this isn't one of them, @@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } { run_sim_test $src $all_machs } - - if [is_remote host] { - remote_file host delete testutils.inc - } } diff --git a/sim/testsuite/arm/iwmmxt/iwmmxt.exp b/sim/testsuite/arm/iwmmxt/iwmmxt.exp index 4aff9c7d028..058e9e6e098 100644 --- a/sim/testsuite/arm/iwmmxt/iwmmxt.exp +++ b/sim/testsuite/arm/iwmmxt/iwmmxt.exp @@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } { # all machines set all_machs "xscale" - if [is_remote host] { - remote_download host $srcdir/$subdir/testutils.inc - } - # The .cgs suffix is for "cgen .s". foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { # If we're only testing specific files and this isn't one of them, @@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } { run_sim_test $src $all_machs } - - if [is_remote host] { - remote_file host delete testutils.inc - } } diff --git a/sim/testsuite/arm/xscale/xscale.exp b/sim/testsuite/arm/xscale/xscale.exp index e65a952dadb..394e351e0b3 100644 --- a/sim/testsuite/arm/xscale/xscale.exp +++ b/sim/testsuite/arm/xscale/xscale.exp @@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } { # all machines set all_machs "xscale" - if [is_remote host] { - remote_download host $srcdir/$subdir/testutils.inc - } - # The .cgs suffix is for "cgen .s". foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { # If we're only testing specific files and this isn't one of them, @@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } { run_sim_test $src $all_machs } - - if [is_remote host] { - remote_file host delete testutils.inc - } }