From 23b9de2434fea6629f540102cb02e33161879fcf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 7 May 2003 16:08:04 +0000 Subject: [PATCH] Works on Cygwin now [SVN r18346] --- test/symlink.py | 2 +- v2/test/symlink.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/symlink.py b/test/symlink.py index 69bdc3262..86fa0a06a 100644 --- a/test/symlink.py +++ b/test/symlink.py @@ -25,7 +25,7 @@ int main() """) t.run_build_system() -t.expect_addition(List('hello_debug hello_release.exe links/hello_release')) +t.expect_addition(List('hello_debug.exe hello_release.exe links/hello_release.exe')) t.cleanup() diff --git a/v2/test/symlink.py b/v2/test/symlink.py index 69bdc3262..86fa0a06a 100644 --- a/v2/test/symlink.py +++ b/v2/test/symlink.py @@ -25,7 +25,7 @@ int main() """) t.run_build_system() -t.expect_addition(List('hello_debug hello_release.exe links/hello_release')) +t.expect_addition(List('hello_debug.exe hello_release.exe links/hello_release.exe')) t.cleanup()