From 3c08337cc2df737410e4a242c953eeda43ecd369 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Sep 2010 16:18:42 +0000 Subject: [PATCH] fix no-such-file.test for testing --with something --- tests/no-such-file.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/no-such-file.test b/tests/no-such-file.test index 876142187..669b087f0 100644 --- a/tests/no-such-file.test +++ b/tests/no-such-file.test @@ -1,10 +1,10 @@ # commands should generally autocreate an empty journal when missing, see also add*.test # $$ used for safe concurrent test running, may be a bash-ism # -rm -f $$; bin/hledger register -f $$; rm -f $$ + rm -f $$; bin/hledger register -f $$; rm -f $$ >>> >>>2 /No journal file.*creating it/ # -rm -f $$; bin/hledger balance --no-total -f $$; rm -f $$ + rm -f $$; bin/hledger balance --no-total -f $$; rm -f $$ >>> >>>2 /No journal file.*creating it/