mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
update tests for latest shelltestrunner
This commit is contained in:
parent
e110976b47
commit
163ba5de93
@ -1,4 +1,4 @@
|
||||
; ignore the binary we are invoked with
|
||||
# ignore the binary we are invoked with
|
||||
-f/dev/null; echo "2009/1/32" | hledger add 2>&1 | tail -1 | sed -e's/\[[^]]*\]//g'
|
||||
>>>
|
||||
date : date :
|
||||
|
@ -1,4 +1,4 @@
|
||||
; ignore the binary we are invoked with
|
||||
# ignore the binary we are invoked with
|
||||
-f/dev/null; echo | hledger add 2>&1 |tail -1 |sed -e's/\[[^]]*\]//g'
|
||||
>>>
|
||||
date : description:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; ignore the binary we are invoked with
|
||||
# ignore the binary we are invoked with
|
||||
-f/dev/null; printf "\n\n" | hledger add 2>&1 |tail -1 | sed -e's/\[[^]]*\]//g'
|
||||
>>>
|
||||
date : description: description:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; shouldn't exit code be 1 ?
|
||||
# shouldn't exit code be 1 ?
|
||||
register
|
||||
<<<
|
||||
2009/1/1 a
|
||||
|
Loading…
Reference in New Issue
Block a user