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