This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=40c347dd52277fafda123208dc799ed7c1c1e8e2

commit 40c347dd52277fafda123208dc799ed7c1c1e8e2
Author: Guillem Jover <[email protected]>
AuthorDate: Sat Nov 26 01:32:44 2022 +0100

    test: Fix typo in u-a test comment
    
    We use ENV_ alias instead of the actual DPKG_ environment variable
    names, as these are configurable at build time, for systems that are
    not dpkg based.
---
 utils/t/update_alternatives.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/t/update_alternatives.t b/utils/t/update_alternatives.t
index a4885dda9..5adab4bf1 100644
--- a/utils/t/update_alternatives.t
+++ b/utils/t/update_alternatives.t
@@ -340,7 +340,7 @@ call_ua_dirs(
     expected => "root=/rootdir_opt admdir=/rootdir_opt$DEFAULT_ADMINDIR",
 );
 
-# DPKG_ROOT + options
+# ENV_ROOT + options
 call_ua_dirs(
     env => { $rootdir_envvar => '/rootdir_env' },
     params => [ qw(--root /rootdir_opt) ],

-- 
Dpkg.Org's dpkg

Reply via email to