Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f17e3f commit 773e84fCopy full SHA for 773e84f
src/interfaces/perl5/test.pl
@@ -1,6 +1,6 @@
1
#!/usr/local/bin/perl -w
2
3
-# $Id: test.pl,v 1.11 1999/10/08 17:14:45 momjian Exp $
+# $Id: test.pl,v 1.12 2000/03/11 02:57:24 tgl Exp $
4
5
# Before `make install' is performed this script should be runnable with
6
# `make test'. After `make install' it should work as `perl test.pl'
@@ -114,7 +114,7 @@
114
or die "\$conn->exec ............. not ok: ", $conn->errorMessage;
115
116
$conn = Pg::connectdb("dbname=rumpumpel");
117
-( $conn->errorMessage =~ 'Database rumpumpel does not exist' )
+( $conn->errorMessage =~ 'Database "rumpumpel" does not exist' )
118
and print "\$conn->errorMessage ..... ok\n"
119
or die "\$conn->errorMessage ..... not ok: ", $conn->errorMessage;
120
0 commit comments