]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: tell dfuzzer to skip Reexecute()
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 26 Apr 2023 09:05:40 +0000 (11:05 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 26 Apr 2023 12:41:05 +0000 (14:41 +0200)
commit914f280d0c0f1555ff94d5490dc4f264af7f331f
tree7d2e7e4f739ab0968a5f0d3200bc4e065b8094fa
parent22148897cfa5cf06c19cead3d917e00721cb39cc
test: tell dfuzzer to skip Reexecute()

As described in systemd/systemd#27204 reexecuting the daemon while
running in a systemd-run "session" causes the session end prematurely.
Let's skip the Reexecute() method in dfuzzer and trigger it manually
until the issue is resolved.
test/units/testsuite-21.sh