calcurse-edge/test/event-006.sh
Lukas Fleischer 63141268e0 test/: Remove temporary errors file in tests
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-07-08 15:47:09 +02:00

9 lines
214 B
Bash
Executable File

#!/bin/sh
. "${TEST_INIT:-./test-init.sh}"
"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-event-006" \
-d02/23/2013 2>errors && exit 1
grep -Fq 'syntax error in item identifier' errors
rm -f errors