diff options
Diffstat (limited to 'tests/configs/match-exec-negation')
-rw-r--r-- | tests/configs/match-exec-negation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/configs/match-exec-negation b/tests/configs/match-exec-negation new file mode 100644 index 0000000..937c910 --- /dev/null +++ b/tests/configs/match-exec-negation @@ -0,0 +1,5 @@ +Match !exec "this succeeds" + User nope + +Match !exec "this fails" + User yup |