summaryrefslogtreecommitdiff
path: root/tests/996_remove_db_grant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/996_remove_db_grant.pp')
-rw-r--r--tests/996_remove_db_grant.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/996_remove_db_grant.pp b/tests/996_remove_db_grant.pp
new file mode 100644
index 0000000..a93c2a3
--- /dev/null
+++ b/tests/996_remove_db_grant.pp
@@ -0,0 +1,5 @@
+err("Remove the db grant")
+
+mysql_grant { "test_user@%test_db": privileges => [ ] }
+
+