]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/core_at_file.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / test / core_at_file.py
index 1bcdcab559d8dd4c1800f77c8b107d75d536a146..50fa51220f3bd495863246f7171cb1d3ff66a2af 100755 (executable)
@@ -13,7 +13,7 @@ t = BoostBuild.Tester(["-ffile.jam"], pass_toolset=0)
 t.write("file.jam", """\
 name = n1 n2 ;
 contents = M1 M2 ;
-EXIT file: "@(o$(name) .txt:E= test -D$(contents))" : 0 ;
+EXIT "file:" "@(o$(name) .txt:E= test -D$(contents))" : 0 ;
 """)
 
 t.run_build_system()