]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: unify handling of boolean values
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 4 Jul 2021 10:21:23 +0000 (12:21 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 4 Jul 2021 20:12:39 +0000 (21:12 +0100)
commit23f8e01912a3b227d004af3639212896d67f7f10
treed9bb52017e503b36e0f59597d8854b95d578a354
parent07eabc2bebf6aae5c02ba15afc80235e916131cb
test: unify handling of boolean values

Let's unify handling of the boolean values throughout the test-functions
code, since we use 0/1, true/false, and yes/no almost randomly in many
places, so picking the right values during CI configuration can be a real
pain.
test/TEST-22-TMPFILES/test.sh
test/test-functions