diff options
Diffstat (limited to 't/dh_installsystemduser')
-rw-r--r-- | t/dh_installsystemduser/debian/foo.baz.user.service (renamed from t/dh_installsystemduser/debian/baz.user.service) | 0 | ||||
-rwxr-xr-x | t/dh_installsystemduser/dh_installsystemduser.t | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/t/dh_installsystemduser/debian/baz.user.service b/t/dh_installsystemduser/debian/foo.baz.user.service index 3af041d..3af041d 100644 --- a/t/dh_installsystemduser/debian/baz.user.service +++ b/t/dh_installsystemduser/debian/foo.baz.user.service diff --git a/t/dh_installsystemduser/dh_installsystemduser.t b/t/dh_installsystemduser/dh_installsystemduser.t index 5171728..e9a143e 100755 --- a/t/dh_installsystemduser/dh_installsystemduser.t +++ b/t/dh_installsystemduser/dh_installsystemduser.t @@ -13,7 +13,7 @@ our @TEST_DH_EXTRA_TEMPLATE_FILES = (qw( debian/changelog debian/control debian/foo.user.service - debian/baz.user.service + debian/foo.baz.user.service )); |