* gdb.base/pie-execl.exp: Fix result test of build_executable.
authorDoug Evans <dje@google.com>
Wed, 9 Sep 2015 18:17:36 +0000 (11:17 -0700)
committerDoug Evans <dje@google.com>
Wed, 9 Sep 2015 18:17:36 +0000 (11:17 -0700)
gdb/testsuite/ChangeLog:

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

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/pie-execl.exp

index 9619447..1033a24 100644 (file)
@@ -1,5 +1,9 @@
 2015-09-09  Doug Evans  <dje@google.com>
 
+       * gdb.base/pie-execl.exp: Fix result test of build_executable.
+
+2015-09-09  Doug Evans  <dje@google.com>
+
        * gdb.base/savedregs.exp: Fix typo.
 
 2015-09-09  Pedro Alves  <palves@redhat.com>
index 41411d5..182f96f 100644 (file)
@@ -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 $opts {additional_flags=-DBIN=2}]] == -1} {
     return -1
 }