# HG changeset patch # User Ludovic Chabant # Date 1509415108 25200 # Node ID 7fe1151595bf701c3dfd63d47edd0b26275d1236 # Parent 492b66482f12242af016873001eb621ecf7416b8 tests: Fix non-determinism in linker tests. diff -r 492b66482f12 -r 7fe1151595bf tests/bakes/test_linker.yaml --- a/tests/bakes/test_linker.yaml Mon Oct 30 00:08:12 2017 -0700 +++ b/tests/bakes/test_linker.yaml Mon Oct 30 18:58:28 2017 -0700 @@ -29,6 +29,7 @@ pages/foo.html: | --- title: Foo + date: '2010/01/07' --- {%for c in family.siblings-%} {{c.title}}{%if c.is_self%} SELFIE!{%endif%} @@ -36,10 +37,12 @@ pages/bar.html: | --- title: Bar + date: '2010/01/08' --- pages/other.html: | --- title: Other + date: '2010/01/06' --- outfiles: foo.html: |