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.7~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d40452090c36ee207eb3b5043d921203353a25f8;p=thirdparty%2Fccache.git test: Avoid warning when running inode_cache in isolation --- 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