From: Joel Rosdahl Date: Sat, 11 Jun 2022 12:06:28 +0000 (+0200) Subject: test: Avoid warning when running inode_cache in isolation X-Git-Tag: v4.6.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28eac4d59b8c507fe11020d196c7fa71af87fd8;p=thirdparty%2Fccache.git test: Avoid warning when running inode_cache in isolation (cherry picked from commit d40452090c36ee207eb3b5043d921203353a25f8) --- diff --git a/test/suites/inode_cache.bash b/test/suites/inode_cache.bash index 54dd287e8..60563665b 100644 --- a/test/suites/inode_cache.bash +++ b/test/suites/inode_cache.bash @@ -4,6 +4,7 @@ SUITE_inode_cache_PROBE() { return fi + mkdir -p "${CCACHE_DIR}" if [ "$(stat -fLc %T "${CCACHE_DIR}")" = "nfs" ]; then echo "ccache directory is on NFS" fi