summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite/lib/libjava.exp
diff options
context:
space:
mode:
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-05 23:19:06 +0000
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-05 23:19:06 +0000
commit6553df7a075fde8233bb947f5b684947ba25dde2 (patch)
tree3d4105b1e3a1031911d536861df7e77cd0e64f25 /libjava/testsuite/lib/libjava.exp
parentd507cd2fca73e8e258169f99831eb0bfd61b3188 (diff)
downloadppe42-gcc-6553df7a075fde8233bb947f5b684947ba25dde2.tar.gz
ppe42-gcc-6553df7a075fde8233bb947f5b684947ba25dde2.zip
2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source): Add comment explaining last patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53201 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/lib/libjava.exp')
-rw-r--r--libjava/testsuite/lib/libjava.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp
index f5bafd47ed4..fb23a718eac 100644
--- a/libjava/testsuite/lib/libjava.exp
+++ b/libjava/testsuite/lib/libjava.exp
@@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
append executable ".o"
set target object
} else {
+ # DOS/win32 targets default to .exe if no suffix is given
+ # We then try to delete a file that doesn't exist. It is
+ # simpler to add the suffix everywhere.
append executable ".exe"
set target executable
}
OpenPOWER on IntegriCloud