expect_stat preprocessed_cache_hit 0
expect_stat cache_miss 1
expect_stat files_in_cache 2
- expect_objdump_not_contains test.o "$(pwd)"
+ expect_objdump_not_contains test.o "$(pwd)" 2>/dev/null
cd ../dir2
CCACHE_BASEDIR=$(pwd) $CCACHE_COMPILE -I$(pwd)/include -gsplit-dwarf -fdebug-prefix-map=$(pwd)=. -c $(pwd)/src/test.c -o $(pwd)/test.o
expect_stat preprocessed_cache_hit 0
expect_stat cache_miss 1
expect_stat files_in_cache 2
- expect_objdump_not_contains test.o "$(pwd)"
+ expect_objdump_not_contains test.o "$(pwd)" 2>/dev/null
# -------------------------------------------------------------------------
TEST "-gsplit-dwarf -g1"