Index: uspace/lib/pcut/tests/multisuite.expected
===================================================================
--- uspace/lib/pcut/tests/multisuite.expected	(revision 01579ad1020d073a91a73278666eb1fa947e04f5)
+++ uspace/lib/pcut/tests/multisuite.expected	(revision 01579ad1020d073a91a73278666eb1fa947e04f5)
@@ -0,0 +1,12 @@
+1..4
+#> Starting suite intpow.
+not ok 1 zero_exponent failed
+# error: suite1.c:37: Expected <1> but got <0> (1 != intpow(2, 0))
+not ok 2 one_exponent failed
+# error: suite1.c:41: Expected <2> but got <0> (2 != intpow(2, 1))
+#> Finished suite intpow (failed 2 of 2).
+#> Starting suite intmin.
+not ok 3 test_min failed
+# error: suite2.c:38: Expected <5> but got <654> (5 != intmin(654, 5))
+ok 4 test_same_numbers
+#> Finished suite intmin (failed 1 of 2).
