[OB] gdb.base/pie-execl.exp: Fix result test of build_executable.

Message ID 047d7b86c3b0da6012051f548d6b@google.com
State New, archived
Headers

Commit Message

Doug Evans Sept. 9, 2015, 6:21 p.m. UTC
  Hi.

Another error found in my testing.
Committed as obvious.

2015-09-09  Doug Evans  <dje@google.com>

	* gdb.base/pie-execl.exp: Fix result test of build_executable.

$opts {additional_flags=-DBIN=2}]] == -1} {
      return -1
  }
  

Patch

diff --git a/gdb/testsuite/gdb.base/pie-execl.exp  
b/gdb/testsuite/gdb.base/pie-execl.exp
index 41411d5..182f96f 100644
--- a/gdb/testsuite/gdb.base/pie-execl.exp
+++ b/gdb/testsuite/gdb.base/pie-execl.exp
@@ -37,8 +37,8 @@  set binfile2_test_msg OBJDIR/${subdir}/${executable2}
  # file name of the breakpoint.

  set opts [list debug additional_flags=-fPIE ldflags=-pie]
-if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts  
{additional_flags=-DBIN=1}]] == ""
-    || [build_executable ${testfile}.exp $executable2 $srcfile [concat  
$opts {additional_flags=-DBIN=2}]] == ""} {
+if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts  
{additional_flags=-DBIN=1}]] == -1
+    || [build_executable ${testfile}.exp $executable2 $srcfile [concat