diff options
Diffstat (limited to 'test/appointment-016.sh')
-rwxr-xr-x | test/appointment-016.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/appointment-016.sh b/test/appointment-016.sh new file mode 100755 index 0000000..9103b50 --- /dev/null +++ b/test/appointment-016.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +"$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-016" \ + -d02/23/2013 2>errors && exit 1 +grep -Fq 'date error in appointment' errors |