From 3cea6f569e300c92d23e46eb4e2039302f58518f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= <7226587+thufschmitt@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:56:01 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20the=20date=20in=20the=20comment=20of=20fe?= =?UTF-8?q?tchPath=E2=80=99s=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> --- tests/fetchPath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.* ]]