summaryrefslogtreecommitdiffstats
path: root/tests/150_create_db_grant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/150_create_db_grant.pp')
-rw-r--r--tests/150_create_db_grant.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/150_create_db_grant.pp b/tests/150_create_db_grant.pp
deleted file mode 100644
index 597993d..0000000
--- a/tests/150_create_db_grant.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-err("Create a db grant")
-
-mysql_grant {
- "test_user@%test_db":
- privileges => [ "select_priv", 'insert_priv', 'update_priv' ],
- tag => test;
-}
-
-