In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5107ee87c4e62c09d0b66489e92b3d2b0d67c266?hp=a5fbf48bd5216bedef9a11ecfaaa6efccfd64e2c>
- Log ----------------------------------------------------------------- commit 5107ee87c4e62c09d0b66489e92b3d2b0d67c266 Author: Dan Collins <[email protected]> Date: Fri Sep 30 10:35:18 2016 -0400 t/op/groups.t: Add missing "nok 1" For: RT #116775 ----------------------------------------------------------------------- Summary of changes: t/op/groups.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/groups.t b/t/op/groups.t index 912b2e9..06cd3f5 100644 --- a/t/op/groups.t +++ b/t/op/groups.t @@ -117,7 +117,7 @@ sub Test { } unless ( $ok1 ) { - + print "nok 1 (perl's `\$(' disagrees with `${groups_command}'\n"; } } -- Perl5 Master Repository
