diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 15:46:34 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-08 15:47:09 +0200 |
commit | 63141268e06f898b6e6fbf8339949fb0b84b48df (patch) | |
tree | 3be37b6c2a3053dd57d9fddf441a0aa8e40b5324 /test/appointment-021.sh | |
parent | e97c32563fa2c1fa553d7cd8d5fb626857900feb (diff) | |
download | calcurse-63141268e06f898b6e6fbf8339949fb0b84b48df.zip |
test/: Remove temporary errors file in tests
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/appointment-021.sh')
-rwxr-xr-x | test/appointment-021.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/appointment-021.sh b/test/appointment-021.sh index 67c7ae0..1642fde 100755 --- a/test/appointment-021.sh +++ b/test/appointment-021.sh @@ -5,3 +5,4 @@ "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-021" \ -d02/23/2013 2>errors && exit 1 grep -Fq 'date error in appointment' errors +rm -f errors |