tests: protect func. test from shelltest -w flag (#897)

This commit is contained in:
Simon Michael 2018-10-09 17:16:47 -07:00
parent 8c6a418325
commit 678e8c28e4

View File

@ -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
>>>