Remove "/dev/null" from remote_exec
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2015 15:59:15 +0000 (08:59 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2015 16:02:52 +0000 (09:02 -0700)
We should catch all errors/warnings from cmp.

* binutils-all/compress.exp (compression_used): Remove "/dev/null"
from remote_exec.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/compress.exp

index ff77d5160d28d6ac68b857b0bd8151cd64d4f288..65a22d80589dc718cef768b9cf7dae4711a4199b 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp (compression_used): Remove "/dev/null"
+       from remote_exec.
+
 2015-04-05  H.J. Lu  <hongjiu.lu@intel.com>
 
        * binutils-all/compress.exp (compression_used): New.
index f170aea07b568f02e6fca914519dcb27de939483..b4a94688e9478f12d58c6a47ff7d1152f010f75e 100644 (file)
@@ -39,7 +39,7 @@ if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S ${compressedfile}.o --com
     return
 }
 
-set got [remote_exec host "cmp ${testfile}.o ${compressedfile}.o" "" "/dev/null"]
+set got [remote_exec host "cmp ${testfile}.o ${compressedfile}.o"]
 # Use it to set up xfail.
 set exec_output [lindex $got 1]
 if [string match "" $exec_output] then {
This page took 0.025353 seconds and 4 git commands to generate.