diff options
| author | Michael Paquier | 2021-09-06 00:25:45 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-09-06 00:25:45 +0000 |
| commit | 5fcb23c18fe408bfc6669aa5bca2d21896f9fe90 (patch) | |
| tree | 57858d46d9dab4a0beead7287aaa5ae4a2126010 /src/test/modules | |
| parent | b30cc0fd6d5d96c63037824c286cec561e092b6f (diff) | |
Remove some unused variables in TAP tests
Author: Amul Sul
Discussion: https://postgr.es/m/CAAJ_b96xuFh4JZE6p-zhLyDu7q=NbxJfb1z_yeAu6t-MqaBC+Q@mail.gmail.com
Diffstat (limited to 'src/test/modules')
| -rw-r--r-- | src/test/modules/test_pg_dump/t/001_base.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/modules/test_pg_dump/t/001_base.pl b/src/test/modules/test_pg_dump/t/001_base.pl index ea7739d7254..17c404c81f2 100644 --- a/src/test/modules/test_pg_dump/t/001_base.pl +++ b/src/test/modules/test_pg_dump/t/001_base.pl @@ -10,7 +10,6 @@ use TestLib; use Test::More; my $tempdir = TestLib::tempdir; -my $tempdir_short = TestLib::tempdir_short; ############################################################### # This structure is based off of the src/bin/pg_dump/t test |
