[DBD::Pg 2/2] Simplify regex check, per bug 70759.

[email protected]
Newsgroups perl.dbd.pg.changes
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 2/2] Simplify regex check, per bug 70759.

---
 t/03smethod.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/03smethod.t b/t/03smethod.t
index 0062716..f3ad929 100644
--- a/t/03smethod.t
+++ b/t/03smethod.t
@@ -688,7 +688,7 @@ SKIP: {
 	};
 	# restore original signal handler
 	POSIX::sigaction(SIGALRM,$oldaction);
-	like ($@,qr/canceling \w+ due to user request/,'cancel');
+	like ($@, qr/execute failed/, 'cancel');
 	$dbh2->disconnect();
 }
 
-- 
1.7.0.5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.