]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: rework systemd-sysext test 32300/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 15 Apr 2024 21:28:43 +0000 (23:28 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 16 Apr 2024 12:25:57 +0000 (14:25 +0200)
commit236634c82c56e280348f9452129f3cdfd1fb7a45
tree7b58577ab1177f6f7751c10d5dcb43eae797ee0f
parent5f42fae2f15e77321444d3df741482a6e8dac80b
test: rework systemd-sysext test

Let's rework the test a bit, namely:
  - condense the code a bit
  - drop unnecessary braces around variables
  - drop unnecessary explanations around `touch` calls
  - drop/rename functions to make the code more self-explanatory
  - simplify cleanup a bit
  - create R/O bind mounts directly (supported since util-linux 2.27)
test/units/testsuite-50.sysext.sh