mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-13 09:57:02 +08:00
fix typo
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user