diff options
Diffstat (limited to 'src/bin/pg_checksums/t/002_actions.pl')
-rw-r--r-- | src/bin/pg_checksums/t/002_actions.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_checksums/t/002_actions.pl b/src/bin/pg_checksums/t/002_actions.pl index 2faf2f45907..33e7fb53c5e 100644 --- a/src/bin/pg_checksums/t/002_actions.pl +++ b/src/bin/pg_checksums/t/002_actions.pl @@ -119,7 +119,7 @@ append_to_file "$pgdata/global/pg_internal.init.123", "foo"; # Only perform this test on non-macOS systems though as creating incorrect # system files may have side effects on macOS. append_to_file "$pgdata/global/.DS_Store", "foo" - unless ($Config{osname} eq 'darwin'); + unless ($Config{osname} eq 'darwin'); # Enable checksums. command_ok([ 'pg_checksums', '--enable', '--no-sync', '-D', $pgdata ], |