aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchPath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fetchPath.sh')
-rw-r--r--tests/fetchPath.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fetchPath.sh b/tests/fetchPath.sh
index 0cfdf68cf..0e065cae2 100644
--- a/tests/fetchPath.sh
+++ b/tests/fetchPath.sh
@@ -1,6 +1,6 @@
source common.sh
-touch foo -t 222211111111
+touch foo -t 202211111111
# We only check whether 2222-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")" =~ 2222111.* ]]
+[[ "$(nix eval --impure --raw --expr "(builtins.fetchTree \"path://$PWD/foo\").lastModifiedDate")" =~ 2022111.* ]]