]> 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 9247bdf89543f2c2a9c8d97b2c795087bc348840..f89755ed0e42cfe7d87040f85410e77b8002adfd 100755 (executable)
@@ -1,16 +1,14 @@
 #!/usr/bin/env bash
 test_description="date/time parser module"
-. ./test-lib.sh
+. $(dirname "$0")/test-lib.sh || exit 1
 
 # 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 "$*"
 }
 
@@ -79,7 +77,6 @@ ${TEST_DIRECTORY}/parse-time --ref=${REFERENCE} < INPUT > OUTPUT
 test_expect_equal_file INPUT OUTPUT
 
 test_begin_subtest "Second rounding tests"
-test_subtest_known_broken
 REFERENCE=$(_date Tue Jan 11 12:13:14 +0000 2011)
 cat <<EOF > INPUT
 9:15         ==> Tue Jan 11 09:15:14 +0000 2011