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=04fa9c2645e998535e0ed7a77e622d8906477932 commit 04fa9c2645e998535e0ed7a77e622d8906477932 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jun 11 01:53:10 2025 +0200 test: Update dselect shell methods files list The disk method got renamed to file, but this list didn't get updated to match. Fixes: commit 43c95774959d7a20f564eb8fcd4a2ebde01d68ab --- t/shellcheck.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/shellcheck.t b/t/shellcheck.t index 847e28ff3..4ef095fe6 100644 --- a/t/shellcheck.t +++ b/t/shellcheck.t @@ -23,9 +23,9 @@ test_needs_command('shellcheck'); test_needs_srcdir_switch(); my @todofiles = qw( - dselect/methods/disk/install.sh - dselect/methods/disk/setup.sh - dselect/methods/disk/update.sh + dselect/methods/file/install.sh + dselect/methods/file/setup.sh + dselect/methods/file/update.sh dselect/methods/media/install.sh dselect/methods/media/setup.sh dselect/methods/media/update.sh -- Dpkg.Org's dpkg

