projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f8844
)
Typo
author
G. Richardson
<grichardson@kivitec.de>
Wed, 26 Feb 2020 15:23:30 +0000
(16:23 +0100)
committer
G. Richardson
<grichardson@kivitec.de>
Wed, 26 Feb 2020 15:23:30 +0000
(16:23 +0100)
t/000setup_database.t
patch
|
blob
|
history
diff --git
a/t/000setup_database.t
b/t/000setup_database.t
index
a927503
..
4e739b7
100755
(executable)
--- a/
t/000setup_database.t
+++ b/
t/000setup_database.t
@@
-86,7
+86,7
@@
sub drop_and_create_database {
sub report_success {
$dbh->disconnect;
$superuser_dbh->disconnect if $superuser_dbh;
- ok(1, "Database has been set
up su
cessfully.");
+ ok(1, "Database has been set
up suc
cessfully.");
done_testing();
}