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

Commit 709d6fb

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 2e822a1 commit 709d6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sub run_test
7171
# File::Find converts backslashes to slashes in the newer Perl
7272
# versions. To support all Perl versions, do the same conversion
7373
# for Windows before comparing the paths.
74-
if ($PostgreSQL::Test::Utils::windows_os)
74+
if ($windows_os)
7575
{
7676
for my $filename (@paths)
7777
{

0 commit comments

Comments
 (0)