diff options
Diffstat (limited to 't/debhelper-compat/syntax.t')
-rwxr-xr-x | t/debhelper-compat/syntax.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/debhelper-compat/syntax.t b/t/debhelper-compat/syntax.t index 9c0987d6..7fe0307a 100755 --- a/t/debhelper-compat/syntax.t +++ b/t/debhelper-compat/syntax.t @@ -31,7 +31,7 @@ sub test_build_depends { error("close $dir/debian/control failed: $!"); close($in); - my $start_dir = Test::DH::cwd(); + my $start_dir = Test::DH::getcwd(); chdir($dir) or error("chdir($dir): $!"); plan(tests => 5); |