* gdb.base/pie-execl.exp: Fix result test of build_executable.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / pie-execl.exp
index 41411d5dd6d8b2ce1e9a4f88083955e1d8886c51..182f96f7eda34aa0e394879c11000f8e61714ad0 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
 }
 
This page took 0.025157 seconds and 4 git commands to generate.