2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Make build_file test work on Linux

[SVN r48389]
This commit is contained in:
Vladimir Prus
2008-08-25 19:09:30 +00:00
parent 613ab83963
commit 063233ae1f

View File

@@ -89,7 +89,7 @@ exe hello3 : hello3.cpp ;
t.write("hello3.cpp", "int main() { return 0; }")
t.run_build_system("hello1 " + t.adjust_suffix("hello2.obj"), status=1)
t.expect_output_line("don't know how to make*hello2.obj")
t.expect_output_line("don't know how to make*" + t.adjust_suffix("hello2.obj"))
t.expect_nothing_more()
t.cleanup()