diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 09:39:19 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 10:50:46 -0500 |
commit | 951519da879384a08e6f4e161ca00ef3a7d290b1 (patch) | |
tree | 5271a74007157caa32f9cf7534e53d156446de63 /tests/configs/match-exec-negation | |
parent | 004462b40ea156b783456463b042a8f71bd22d1e (diff) |
Fill in rest of Match exec tests - all pass
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 00000000..937c910e --- /dev/null +++ b/tests/configs/match-exec-negation @@ -0,0 +1,5 @@ +Match !exec "this succeeds" + User nope + +Match !exec "this fails" + User yup |