aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchPath.sh
diff options
context:
space:
mode:
authorThéophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>2022-03-16 08:56:01 +0100
committerGitHub <noreply@github.com>2022-03-16 08:56:01 +0100
commit3cea6f569e300c92d23e46eb4e2039302f58518f (patch)
tree1dd3bf5fadd7204d1c103766e60833d4dc8c2ec8 /tests/fetchPath.sh
parent2d5c43f210694033eb0d1ddfb0131e18a159b790 (diff)
Fix the date in the comment of fetchPath’s test
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
Diffstat (limited to 'tests/fetchPath.sh')
-rw-r--r--tests/fetchPath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchPath.sh b/tests/fetchPath.sh
index 0e065cae2..8f17638e9 100644
--- a/tests/fetchPath.sh
+++ b/tests/fetchPath.sh
@@ -1,6 +1,6 @@
source common.sh
touch foo -t 202211111111
-# We only check whether 2222-11-1* **:**:** is the last modified date since
+# We only check whether 2022-11-1* **:**:** is the last modified date since
# `lastModified` is transformed into UTC in `builtins.fetchTarball`.
[[ "$(nix eval --impure --raw --expr "(builtins.fetchTree \"path://$PWD/foo\").lastModifiedDate")" =~ 2022111.* ]]