aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_test_fsync/t/001_basic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_test_fsync/t/001_basic.pl')
-rw-r--r--src/bin/pg_test_fsync/t/001_basic.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_test_fsync/t/001_basic.pl b/src/bin/pg_test_fsync/t/001_basic.pl
index b275d838215..7eed51233c4 100644
--- a/src/bin/pg_test_fsync/t/001_basic.pl
+++ b/src/bin/pg_test_fsync/t/001_basic.pl
@@ -18,11 +18,11 @@ program_options_handling_ok('pg_test_fsync');
# Test invalid option combinations
command_fails_like(
- [ 'pg_test_fsync', '--secs-per-test', 'a' ],
+ [ 'pg_test_fsync', '--secs-per-test' => 'a' ],
qr/\Qpg_test_fsync: error: invalid argument for option --secs-per-test\E/,
'pg_test_fsync: invalid argument for option --secs-per-test');
command_fails_like(
- [ 'pg_test_fsync', '--secs-per-test', '0' ],
+ [ 'pg_test_fsync', '--secs-per-test' => '0' ],
qr/\Qpg_test_fsync: error: --secs-per-test must be in range 1..4294967295\E/,
'pg_test_fsync: --secs-per-test must be in range');