]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/copy_time.py
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / test / copy_time.py
index 5fd4b8fdf0fe320aa863c3a3d1dd00bed31aeae5..a036fe62b9dc05308907589ff6f0d4c9c730dc05 100755 (executable)
@@ -55,8 +55,8 @@ tester.expect_addition("bin/$toolset/debug*/test1.obj")
 tester.expect_addition("test2i/test2.obj")
 tester.expect_nothing_more()
 
-test2src = tester.read("test2i/test2.obj")
-test2dest = tester.read("bin/$toolset/debug*/test2.obj")
+test2src = tester.read("test2i/test2.obj", binary=True)
+test2dest = tester.read("bin/$toolset/debug*/test2.obj", binary=True)
 if test2src != test2dest:
     BoostBuild.annotation("failure", "The object file was not copied "
         "correctly")