From 678e8c28e45c36207f5f3327806645fec51892ec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Oct 2018 17:16:47 -0700 Subject: [PATCH] tests: protect func. test from shelltest -w flag (#897) --- 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 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 >>>