This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[OB PATCH] gdb.base/pie-execl.exp: Fix result test of build_executable.
- From: Doug Evans <dje at google dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 09 Sep 2015 18:21:41 +0000
- Subject: [OB PATCH] gdb.base/pie-execl.exp: Fix result test of build_executable.
- Authentication-results: sourceware.org; auth=none
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.
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
$opts {additional_flags=-DBIN=2}]] == -1} {
return -1
}