summaryrefslogtreecommitdiff
path: root/rt/t/api/i18n.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/api/i18n.t')
-rw-r--r--rt/t/api/i18n.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/api/i18n.t b/rt/t/api/i18n.t
index 17d71b761..831532b90 100644
--- a/rt/t/api/i18n.t
+++ b/rt/t/api/i18n.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
use RT;
-use RT::Test tests => 9;
+use RT::Test nodb => 1, tests => 9;
{
@@ -27,4 +27,3 @@ is($en->encoding , 'utf-8', "The encoding ".$en->encoding." is 'utf-8'");
}
-1;