13 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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 $$
 | |
| >>>
 | |
| >>>2 /journal file.*not found/
 | |
| >>>=0
 | |
| 
 | |
|  rm -f $$; bin/hledger balance --no-total -f $$; rm -f $$
 | |
| >>>
 | |
| >>>2 /journal file.*not found/
 | |
| >>>=0
 |