summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/config__cachedir.txt
blob: aecb40b6c7a392e95eadf1256e46b26a85248267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[windows] skip

env HUGO_CACHEDIR=
hugo config

[darwin] stdout 'home/Library/Caches/hugo_cache'
[linux] stdout 'xdgcachehome/hugo_cache'

# Repeat it to make sure it handles an existing hugo_cache dir.
hugo config

[darwin] stdout 'home/Library/Caches/hugo_cache'
[linux] stdout 'xdgcachehome/hugo_cache'

-- hugo.toml --
baseURL="https://example.com/"
title="My New Hugo Site"