Commit c7e42cc
Fix test t/10connect.t for Embedded server
Attribute $dbh->{mariadb_protoinfo} returns number 0 and attribute
$dbh->{mariadb_stat} returns empty string "".
So fix t/10connect.t test to check that $dbh attributes are defined,
instead of being true in boolean context.1 parent 6986835 commit c7e42cc
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments