Skip to content

Commit

Permalink
t4201: Remove $PWD from CCACHE_DIR.
Browse files Browse the repository at this point in the history
On Windows, this puts files into /c/c/Users/user for some reason. Since
we don't actually do anything with subdirectories here, just list
.ccache as the CCACHE_DIR.
  • Loading branch information
gittup committed Jan 9, 2024
1 parent cf832d3 commit 90c8022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t4201-ccache2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
. ./tup.sh

# Don't kill the user's ccache
export CCACHE_DIR=$PWD/.ccache
export CCACHE_DIR=.ccache

cat > Tupfile << HERE
export CCACHE_DIR
Expand Down

0 comments on commit 90c8022

Please sign in to comment.