From c79cb568f0eab85732ed9a69b13064411ca5d02f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 15 Aug 2018 23:05:37 +0100 Subject: [PATCH] journal: fix include test with shelltest -w --- tests/journal/include.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/journal/include.test b/tests/journal/include.test index 5b31546c5..c65c0065e 100644 --- a/tests/journal/include.test +++ b/tests/journal/include.test @@ -37,7 +37,7 @@ include b.timedot >>>=0 # 3. include glob patterns -printf '2018/01/01\n (A) 1\n' >ab.journal; printf '2018/01/01\n (B) 1' >bb.journal; hledger -f - print; rm -f ab.journal bb.journal + printf '2018/01/01\n (A) 1\n' >ab.journal; printf '2018/01/01\n (B) 1' >bb.journal; hledger -f - print; rm -f ab.journal bb.journal <<< include *b.journal >>>