20 lines
669 B
Diff
20 lines
669 B
Diff
|
fixup-gdb-rhbz1553104-s390x-arch12-test.patch
|
||
|
|
||
|
---
|
||
|
gdb/testsuite/gdb.arch/s390x-arch12.exp | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/gdb/testsuite/gdb.arch/s390x-arch12.exp b/gdb/testsuite/gdb.arch/s390x-arch12.exp
|
||
|
index 4e902ff960d..246c1e1c69a 100644
|
||
|
--- a/gdb/testsuite/gdb.arch/s390x-arch12.exp
|
||
|
+++ b/gdb/testsuite/gdb.arch/s390x-arch12.exp
|
||
|
@@ -20,7 +20,7 @@
|
||
|
|
||
|
set testfile "s390x-arch12"
|
||
|
set uufile "${srcdir}/${subdir}/${testfile}.o.uu"
|
||
|
-set ofile "${srcdir}/${subdir}/${testfile}.o"
|
||
|
+set ofile [standard_output_file ${testfile}.o]
|
||
|
|
||
|
if { [catch "system \"uudecode -o ${ofile} ${uufile}\"" ] != 0 } {
|
||
|
untested "failed uudecode"
|