Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e70614

Browse files
committed
Avoid package qualification of $windows_os
Further fallout from commit 6ee26c6. To keep code in sync and avoid issues on older releases with different package names, simply use the unqualified name like many other places in our code.
1 parent 19a829a commit 2e70614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/t/003_extrafiles.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sub run_test
8282
# File::Find converts backslashes to slashes in the newer Perl
8383
# versions. To support all Perl versions, do the same conversion
8484
# for Windows before comparing the paths.
85-
if ($PostgreSQL::Test::Utils::windows_os)
85+
if ($windows_os)
8686
{
8787
for my $filename (@paths)
8888
{

0 commit comments

Comments
 (0)