dev: update failing test

This commit is contained in:
Simon Michael 2024-02-28 09:11:49 -10:00
parent f1de5737d7
commit eb0f736899

View File

@ -2,7 +2,7 @@
# $$ used for safe concurrent test running, may be a bash-ism
$ hledger register -f no-such-file-$$; rm -f no-such-file-$$
>2 /journal file.*not found/
>2 /data file.*not found/
$ hledger balance --no-total -f no-such-file-$$; rm -f no-such-file-$$
>2 /journal file.*not found/
>2 /data file.*not found/