diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-11-11 15:28:27 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-11-11 15:28:27 +0000 |
| commit | aefccbe09722c6a7a0911cb882622c96215eeec2 (patch) | |
| tree | e19e12bd61ba8767915604129831948184532f7b /test/integration/test-apt-update-simple | |
| parent | f4e0e9daf221e840e122b0ffa97007aa512020a6 (diff) | |
| parent | d20575e93c38afb15fbc3e3bfc5e0e6a3903c299 (diff) | |
Merge branch 'stdarray' into 'main'
Fold char[APT_BUFFER_SIZE] and unique_ptr<char, APT_BUFFER_SIZE> into std::array<char, APT_BUFFER_SIZE>
See merge request apt-team/apt!386
Diffstat (limited to 'test/integration/test-apt-update-simple')
| -rwxr-xr-x | test/integration/test-apt-update-simple | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/integration/test-apt-update-simple b/test/integration/test-apt-update-simple index 0d28034aa..6855f1d1f 100755 --- a/test/integration/test-apt-update-simple +++ b/test/integration/test-apt-update-simple @@ -34,9 +34,4 @@ main/i18n/Translation-de' aptget indextargets --format '$(METAKEY)' # Check that -o Acquire::Queue-Mode=access does not crash find rootdir/var/lib/apt/lists/ -type f -delete -if [ "$(command dpkg --print-architecture)" = "armhf" ]; then - msgskip "valgrind on armhf is broken" - testsuccess aptget update -o Acquire::Queue-Mode=access -else - testsuccess valgrind aptget update -o Acquire::Queue-Mode=access -fi +testsuccess valgrind aptget update -o Acquire::Queue-Mode=access |
