Skip to content

Commit 7241262

Browse files
committed
test: align local index refresh expectation
1 parent fa78d79 commit 7241262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/53_namespaced_cache_label.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ if grep -Eq '^\[[0-9]+/[0-9]+\] ' build.log; then
8888
exit 1
8989
fi
9090

91-
[[ -f "$MCPP_HOME/registry/data/mcpplibs/.mcpp-index-updated" ]] || {
92-
echo "FAIL: automatic index refresh should write mcpp freshness marker"
91+
[[ ! -e "$MCPP_HOME/registry/data/mcpplibs/.mcpp-index-updated" ]] || {
92+
echo "FAIL: local path index dependency should not refresh builtin mcpplibs index"
9393
find "$MCPP_HOME/registry/data" -maxdepth 3 -type f | sort
9494
cat build.log
9595
exit 1

0 commit comments

Comments
 (0)