From 49f8e94b6b09740703b9410dbd6efc2bd14a19e6 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Sun, 5 May 2002 23:19:06 +0000 Subject: [PATCH] libjava.exp (test_libjava_from_source): Add comment explaining last patch. 2002-05-06 David.Billinghurst * testsuite/lib/libjava.exp (test_libjava_from_source): Add comment explaining last patch. From-SVN: r53201 --- libjava/ChangeLog | 5 +++++ libjava/testsuite/lib/libjava.exp | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b6fd754..68e38ec 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2002-05-06 David.Billinghurst + + * testsuite/lib/libjava.exp (test_libjava_from_source): + Add comment explaining last patch + 2002-05-04 David Billinghurst * testsuite/lib/libjava.exp (test_libjava_from_source): diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index f5bafd4..fb23a71 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 } -- 2.7.4