mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 17:50:43 -04:00
fix typo
This commit is contained in:
parent
7eb4124da5
commit
f13e48bd54
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ sub taptest
|
|||
|
||||
die "no tests found!" unless -d "$topdir/$dir/t";
|
||||
|
||||
push(@args,"$topdir/$dir);
|
||||
push(@args,"$topdir/$dir");
|
||||
|
||||
InstallTemp();
|
||||
my $status = tap_check(@args);
|
||||
|
|
|
|||
Loading…
Reference in a new issue