Skip to content

Commit 42cbf85

Browse files
author
Greg Sabino Mullane
committed
Fix for fsm_relations tests.
1 parent 7d8cfe1 commit 42cbf85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check_postgres.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ sub check_fsm_relations {
36673667

36683668
my $info = run_command($SQL, { version => [ ">8.3 $SQLNOOP" ] } );
36693669

3670-
if (exists $info->{db}[0]{fail}) {
3670+
if (exists $info->{db}[0]{slurp}[0]{fail}) {
36713671
add_unknown msg('fsm-rel-highver');
36723672
return;
36733673
}

t/02_fsm_relations.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if ($ver >= 80400) {
6363
}
6464

6565
$t=qq{$S gives an unknown when running against a 8.4 or higher version};
66-
like ($cp->run('--warning=10%'), qr{^$label UNKNOWN.*Cannot check on fsm_relations}, $t);
66+
like ($cp->run('--warning=10%'), qr{^$label UNKNOWN.*Cannot check fsm_relations}, $t);
6767

6868
exit;
6969
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy