mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
fix typo
This commit is contained in:
@ -237,7 +237,7 @@ sub taptest
|
|||||||
|
|
||||||
die "no tests found!" unless -d "$topdir/$dir/t";
|
die "no tests found!" unless -d "$topdir/$dir/t";
|
||||||
|
|
||||||
push(@args,"$topdir/$dir);
|
push(@args,"$topdir/$dir");
|
||||||
|
|
||||||
InstallTemp();
|
InstallTemp();
|
||||||
my $status = tap_check(@args);
|
my $status = tap_check(@args);
|
||||||
|
Reference in New Issue
Block a user