From a6fb61be771715e8e07d9db4196a67f44f55d487 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 22 Dec 2023 13:16:06 +0100 Subject: [PATCH] test: make the test actually test Follow-up for dd25a95763e6ee52d40f4012ffeb2ce719f26b8d. --- test/units/testsuite-74.run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"