From d40452090c36ee207eb3b5043d921203353a25f8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 11 Jun 2022 14:06:28 +0200 Subject: [PATCH] test: Avoid warning when running inode_cache in isolation --- test/suites/inode_cache.bash | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3