]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: use correct path for systemd-battery-check
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 29 Jun 2023 08:06:48 +0000 (10:06 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 29 Jun 2023 12:06:42 +0000 (13:06 +0100)
Follow-up to #28185.

test/units/testsuite-74.battery-check.sh

index ec5a0c86e61cd7c42cece5e19413a7924b8409b1..52a92b80b8829426366fca984badd692453ce132 100755 (executable)
@@ -3,7 +3,7 @@
 set -eux
 set -o pipefail
 
-systemd-battery-check --help
-systemd-battery-check --version
+/usr/lib/systemd/systemd-battery-check --help
+/usr/lib/systemd/systemd-battery-check --version
 
-systemd-battery-check || :
+/usr/lib/systemd/systemd-battery-check || :