diff --git a/tests/journal/include.test b/tests/journal/include.test index 7b8582c14..bb4b13840 100644 --- a/tests/journal/include.test +++ b/tests/journal/include.test @@ -62,7 +62,7 @@ include doesnotexist.journal >>>=1 # 6. include relative to home -printf '2018/01/01\n (A) 1\n' >included.journal; HOME="$PWD" hledger -f - print; rm -rf included.journal + printf '2018/01/01\n (A) 1\n' >included.journal; HOME="$PWD" hledger -f - print; rm -rf included.journal <<< include ~/included.journal >>>