OSDN Git Service

2002-01-22 H.J. Lu <hjl@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / lib / mike-g77.exp
index a3e12d4..ccc9041 100644 (file)
@@ -120,12 +120,12 @@ proc postbase  { src_code run groups args } {
        link
        {
            set compile_type "executable";
-           set output_file "$tmpdir/a.out";
+           append output_file ".exe";
        }
        run
        {
            set compile_type "executable";
-           set output_file "$tmpdir/a.out";
+           append output_file ".exe";
            set run yes;
        }
        default