summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suites/basedir.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suites/basedir.bash b/test/suites/basedir.bash
index 5486b1e5..a5aa46e9 100644
--- a/test/suites/basedir.bash
+++ b/test/suites/basedir.bash
@@ -17,6 +17,9 @@ SUITE_basedir() {
# -------------------------------------------------------------------------
TEST "Enabled CCACHE_BASEDIR"
+ CCACHE_BASEDIR=/ $CCACHE_COMPILE --version
+ expect_stat no_input_file 1
+
cd dir1
CCACHE_BASEDIR="`pwd`" $CCACHE_COMPILE -I`pwd`/include -c src/test.c
expect_stat direct_cache_hit 0