]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "test: re-enable sync in TEST-25-IMPORT"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 22 Jul 2026 13:27:56 +0000 (15:27 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jul 2026 05:10:58 +0000 (14:10 +0900)
This shouldn't be necessary anymore, as we don't block openat2() when
running nspawn with --suppress-sync=yes.

This reverts commit c955e24916f8d6bce09589979dc62833ccd88853.

test/integration-tests/TEST-25-IMPORT/meson.build

index 3e651107ff5fc5ac85469c232ae1321213684720..8dec5f37e73a80d31833a772fa16883b02a07615 100644 (file)
@@ -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,
         },
 ]