diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 14:09:42 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 14:55:36 (EST) |
commit | 1f61eb639af416de8341bf982b9ffbf61720151b (patch) | |
tree | 07b6265904749de375d0f1e82e4f4ef16d019e67 | |
parent | 98b1cc222f6b83c409b8a91bb8b19ad06a1f2129 (diff) |
tests/lib/ob_*time.sh: Fix header comments
-rwxr-xr-x | tests/lib/ob_iso8601_gmtime.sh | 2 | ||||
-rwxr-xr-x | tests/lib/ob_rfc822_mktime.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/ob_iso8601_gmtime.sh b/tests/lib/ob_iso8601_gmtime.sh index d318961..f9d0deb 100755 --- a/tests/lib/ob_iso8601_gmtime.sh +++ b/tests/lib/ob_iso8601_gmtime.sh @@ -1,4 +1,4 @@ -# Tests for ob_arch_is_concerned() +# Tests for ob_iso8601_gmtime() # # Copyright (C) 2019 Patrick McDermott # diff --git a/tests/lib/ob_rfc822_mktime.sh b/tests/lib/ob_rfc822_mktime.sh index 4641a0c..e62e5a6 100755 --- a/tests/lib/ob_rfc822_mktime.sh +++ b/tests/lib/ob_rfc822_mktime.sh @@ -1,4 +1,4 @@ -# Tests for ob_arch_is_concerned() +# Tests for ob_rfc822_mktime() # # Copyright (C) 2019 Patrick McDermott # |