public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [committed, PATCH] Remove "/dev/null" from remote_exec
@ 2015-04-06 16:03 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2015-04-06 16:03 UTC (permalink / raw)
  To: binutils

We should catch all errors/warnings from cmp.

	* binutils-all/compress.exp (compression_used): Remove "/dev/null"
	from remote_exec.
---
 binutils/testsuite/ChangeLog                 | 5 +++++
 binutils/testsuite/binutils-all/compress.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index ff77d51..65a22d8 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -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.
diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp
index f170aea..b4a9468 100644
--- a/binutils/testsuite/binutils-all/compress.exp
+++ b/binutils/testsuite/binutils-all/compress.exp
@@ -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 {
-- 
1.9.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-06 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-06 16:03 [committed, PATCH] Remove "/dev/null" from remote_exec H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).