summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.pascal
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2008-01-31 14:46:21 +0000
committerPierre Muller <muller@sourceware.org>2008-01-31 14:46:21 +0000
commita7fa0dedad7e94f3b9691c71c11860c124c24fcc (patch)
treeb0f66e8cb521cc672f2d0001c0e07f04f26f82d7 /gdb/testsuite/gdb.pascal
parent5e1a19265cd8c00d6746a0f0df2d38e81a4237f2 (diff)
* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
Diffstat (limited to 'gdb/testsuite/gdb.pascal')
-rw-r--r--gdb/testsuite/gdb.pascal/hello.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.pascal/hello.exp b/gdb/testsuite/gdb.pascal/hello.exp
index 776cb879e9..c2dd0ae9cd 100644
--- a/gdb/testsuite/gdb.pascal/hello.exp
+++ b/gdb/testsuite/gdb.pascal/hello.exp
@@ -21,7 +21,7 @@ load_lib "pascal.exp"
set testfile "hello"
set srcfile ${testfile}.pas
-set binfile ${objdir}/${subdir}/${testfile}
+set binfile ${objdir}/${subdir}/${testfile}${EXEEXT}
if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
return -1