8000 fixup ci · Giperboloid/postgres@267baae · GitHub
[go: up one dir, main page]

Skip to content

Commit 267baae

Browse files
committed
fixup ci
1 parent 6c3ea29 commit 267baae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ sub isolationcheck
180180
chdir "../isolation";
181181
rmtree "testtablespace";
182182
mkdir "testtablespace";
183-
my $abs_testtablespace = abs_path("testtablespace");
183+
my $abs_testtablespace = Cwd::abs_path("testtablespace");
184184
my @generated_specs = ("drop-tablespace.spec");
185185
foreach(@generated_specs) {
186186
my $spec = $_;

0 commit comments

Comments
 (0)
0