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=a40a882fca3b7fc4b17a4da54d0193aff5743649 commit a40a882fca3b7fc4b17a4da54d0193aff5743649 Author: Guillem Jover <[email protected]> AuthorDate: Mon Mar 27 02:10:10 2023 +0200 test: Use the SED detected at configure time in autotests We should use the same tar we detected at configure time which fulfilled the requirements we were looking for. --- src/at/deb-split.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/at/deb-split.at b/src/at/deb-split.at index 6b07d7984..93dc455b3 100644 --- a/src/at/deb-split.at +++ b/src/at/deb-split.at @@ -42,7 +42,7 @@ AT_CHECK_UNQUOTED([ # Test debian-split with 2.x version cp pkg-split-part.1of10.deb pkg-split-part-version-2x.deb ar x pkg-split-part-version-2x.deb debian-split -sed -e '1c2.999' debian-split >debian-split.new +$SED -e '1c2.999' debian-split >debian-split.new mv debian-split.new debian-split ar rc pkg-split-part-version-2x.deb debian-split ar t pkg-split-part-version-2x.deb -- Dpkg.Org's dpkg

