mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
fix typo
This commit is contained in:
parent
fd2487e49f
commit
deb0129a22
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,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