aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/fetchPath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fetchPath.sh')
-rw-r--r--tests/functional/fetchPath.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/fetchPath.sh b/tests/functional/fetchPath.sh
new file mode 100644
index 000000000..29be38ce2
--- /dev/null
+++ b/tests/functional/fetchPath.sh
@@ -0,0 +1,6 @@
+source common.sh
+
+touch $TEST_ROOT/foo -t 202211111111
+# 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://$TEST_ROOT/foo\").lastModifiedDate")" =~ 2022111.* ]]