lttng: enable-event: use the terminology of the documentation
[lttng-tools.git] / tests / regression / tools / trigger / test_add_trigger_cli
index 9ba8c22f0938055265d468f6ec6e871318a66c76..8566b36078ad17fde84e637a10bfa528e24f5816 100755 (executable)
@@ -504,7 +504,7 @@ test_failure "--condition event-rule-matches: --type=syscall:nope" \
        --name=open
 
 test_failure "--exclude-name with non-glob name" \
-       "Error: Event jean: Exclusions can only be used with a globbing pattern" \
+       "Error: Event name pattern must contain wildcard characters to use exclusions" \
        --condition event-rule-matches --type=user --name='jean' --exclude-name jean-chretien \
        --action notify
 
This page took 0.02267 seconds and 4 git commands to generate.