1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

test: make the test actually test

Follow-up for dd25a95763.
This commit is contained in:
Frantisek Sumsal 2023-12-22 13:16:06 +01:00
parent 354171a5db
commit a6fb61be77

View File

@ -229,7 +229,7 @@ assert_eq "$A" "$B"
# Check that invoking the tool under the uid0 alias name works
uid0 ls /
echo "$(uid0 echo foo)" = "foo"
assert_eq "$(uid0 echo foo)" "foo"
umount /proc/version
rm "$V"