From: Frantisek Sumsal Date: Fri, 22 Dec 2023 12:16:06 +0000 (+0100) Subject: test: make the test actually test X-Git-Tag: v256-rc1~1406^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6fb61be771715e8e07d9db4196a67f44f55d487;p=thirdparty%2Fsystemd.git test: make the test actually test Follow-up for dd25a95763e6ee52d40f4012ffeb2ce719f26b8d. --- diff --git a/test/units/testsuite-74.run.sh b/test/units/testsuite-74.run.sh index d43d17ca612..1b4daf8bf48 100755 --- a/test/units/testsuite-74.run.sh +++ b/test/units/testsuite-74.run.sh @@ -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"