aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchPath.sh
blob: 8f17638e9b9450c251a173dc9e55cd583fa22165 (plain)
1
2
3
4
5
6
source common.sh

touch 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://$PWD/foo\").lastModifiedDate")" =~ 2022111.* ]]