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()