1
0
mirror of https://git.dpkg.org/git/dpkg/dlocate.git synced 2025-04-25 18:40:23 +00:00
Files
Guillem Jover 107ad2fd72 debian: Allow stderr output for autopkgtests due to new deprecation warnings
Since we added the new deprecation warnings, we have to expect these to
be present on stderr to not make the tests fail.
2024-11-25 01:14:23 +01:00

16 lines
244 B
Plaintext
Executable File

Test-Command:
dpkg-hold coreutils
Restrictions:
allow-stderr
needs-root
superficial
Test-Command:
dpkg-hold coreutils &&
dpkg-unhold coreutils &&
! apt-mark showhold | grep coreutils
Restrictions:
allow-stderr
needs-root
superficial