From: Frantisek Sumsal Date: Wed, 22 Jul 2026 13:27:56 +0000 (+0200) Subject: Revert "test: re-enable sync in TEST-25-IMPORT" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f978a4a1e04988581f88345ed8bf7f97f4fd44d2;p=thirdparty%2Fsystemd.git Revert "test: re-enable sync in TEST-25-IMPORT" This shouldn't be necessary anymore, as we don't block openat2() when running nspawn with --suppress-sync=yes. This reverts commit c955e24916f8d6bce09589979dc62833ccd88853. --- diff --git a/test/integration-tests/TEST-25-IMPORT/meson.build b/test/integration-tests/TEST-25-IMPORT/meson.build index 3e651107ff5..8dec5f37e73 100644 --- a/test/integration-tests/TEST-25-IMPORT/meson.build +++ b/test/integration-tests/TEST-25-IMPORT/meson.build @@ -3,8 +3,5 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), - # Newer tar started using openat2() (without openat() fallback) which - # we currently filter out completely in nspawn with --suppress-sync - 'suppress-sync' : false, }, ]