2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-05 04:27:55 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Vinícius Ferrão 61b5b19a6e test(NodeRange): cover the nofile option on the ^ file operator
noderange() reads a ^file by default. With nofile it opens nothing, yields no
nodes, and flags the rejection, including when a ^file is mixed with a plain
node. A plain range sets no flag. A pipe-shaped name runs no command.
site.excludenodes keeps its own semantics: it does not change the request's
rejection state, and its own ^file is still read.
2026-08-18 14:12:12 -03:00