diff options
author | Niels Thykier <niels@thykier.net> | 2018-06-23 18:28:45 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-06-23 18:28:45 +0000 |
commit | cf2e39bf29957e9715e1554fa1c9f6aca55510dd (patch) | |
tree | fe809400167ada11f5d48fabdeebe560daf31d6d /t/dh_installsystemd | |
parent | bd0dc56349fd7412fd2f4ad1bcee05062853828a (diff) | |
download | debhelper-cf2e39bf29957e9715e1554fa1c9f6aca55510dd.tar.gz |
t: Fix warning
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't/dh_installsystemd')
-rwxr-xr-x | t/dh_installsystemd/dh_installsystemd.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/dh_installsystemd/dh_installsystemd.t b/t/dh_installsystemd/dh_installsystemd.t index 0604a39f..7029c615 100755 --- a/t/dh_installsystemd/dh_installsystemd.t +++ b/t/dh_installsystemd/dh_installsystemd.t @@ -92,8 +92,8 @@ each_compat_subtest { # # Test a more complex source package defining three binary packages # -our $TEST_DH_FIXTURE_DIR = '.'; -our @TEST_DH_EXTRA_TEMPLATE_FILES = (qw( +$TEST_DH_FIXTURE_DIR = '.'; +@TEST_DH_EXTRA_TEMPLATE_FILES = (qw( debian/changelog debian/control debian/foo.service |