projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abda5a
)
Adjust number of tests for pg_dump 001_basic.pl
author
Stephen Frost
<
[email protected]
>
Sat, 18 Mar 2017 17:53:29 +0000
(13:53 -0400)
committer
Stephen Frost
<
[email protected]
>
Sat, 18 Mar 2017 17:53:29 +0000
(13:53 -0400)
When removing a test, need to make sure the count of tests is adjusted
when it isn't calculated.
src/bin/pg_dump/t/001_basic.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/t/001_basic.pl
b/src/bin/pg_dump/t/001_basic.pl
index 2890cc2f5b5715585c2dbb1894a896170981b9e3..257fb08ccb78182d049f724f723b5c21c3671877 100644
(file)
--- a/
src/bin/pg_dump/t/001_basic.pl
+++ b/
src/bin/pg_dump/t/001_basic.pl
@@
-4,7
+4,7
@@
use warnings;
use Config;
use PostgresNode;
use TestLib;
-use Test::More tests =>
70
;
+use Test::More tests =>
68
;
my $tempdir = TestLib::tempdir;
my $tempdir_short = TestLib::tempdir_short;