]> git.notmuchmail.org Git - notmuch/blobdiff - test/T490-parse-time-string.sh
lib/database: delete stemmer on destroy
[notmuch] / test / T490-parse-time-string.sh
index d1c70cfaf5d5fca98e66b9e1c6a2709f55fb7731..f89755ed0e42cfe7d87040f85410e77b8002adfd 100755 (executable)
@@ -4,13 +4,11 @@ test_description="date/time parser module"
 
 # Sanity/smoke tests for the date/time parser independent of notmuch
 
-_date ()
-{
+_date () {
     date -d "$*" +%s
 }
 
-_parse_time ()
-{
+_parse_time () {
     ${TEST_DIRECTORY}/parse-time --format=%s "$*"
 }