summaryrefslogtreecommitdiff
path: root/lib/dpkg/t/t-treewalk.t
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
commit414ea1706306e061fc44a8b5ce3042d4f0728489 (patch)
treeef0b2c4eac79e479ed686a5d88d7b3b954717824 /lib/dpkg/t/t-treewalk.t
parented2b463626bd721942143baa6207f2ccac67a616 (diff)
parent89afa9af7cd589eb8384ed96b6d86dd59d56bdf5 (diff)
downloaddpkg-414ea1706306e061fc44a8b5ce3042d4f0728489.tar.gz
Merge https://salsa.debian.org/dpkg-team/dpkg
Diffstat (limited to 'lib/dpkg/t/t-treewalk.t')
-rwxr-xr-xlib/dpkg/t/t-treewalk.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpkg/t/t-treewalk.t b/lib/dpkg/t/t-treewalk.t
index dcde7901e..6f379c81b 100755
--- a/lib/dpkg/t/t-treewalk.t
+++ b/lib/dpkg/t/t-treewalk.t
@@ -45,7 +45,7 @@ sub make_file {
# Populate the tree hierarchy.
sub make_tree {
my ($dirtree) = @_;
- my $cwd = cwd();
+ my $cwd = getcwd();
make_path($dirtree);
chdir $dirtree;