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

dbdpg-commits-gENoVmVU/[email protected] Tue, 6 Sep 2011 12:46:48 +0000
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[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