A test case of mine from 2016 has an embarassing bug. I can't blame Rob for this one. :-) Here's the fix:
2018-12-04 Ben Elliston <b...@gnu.org> * testsuite/runtest.all/utils.test (which): Fail on the else path, don't pass in either case. --- a/testsuite/runtest.all/utils.test +++ b/testsuite/runtest.all/utils.test @@ -145,9 +145,23 @@ if {[which [file join $objdir config.status]] != 0} { if {[which make] != 0} { pass "which, make" } else { - pass "which, make" + fail "which, make" Ben
signature.asc
Description: PGP signature
_______________________________________________ DejaGnu mailing list DejaGnu@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu