[libcode-tidyall-perl] 267/374: more flexible
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit bffdbe6b72f3142a0ef2ea9adc7889a66fba9a0b
Author: Jonathan Swartz <swartz at pobox.com>
Date: Tue Sep 25 21:16:27 2012 -0700
more flexible
---
lib/Code/TidyAll/t/SVN.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Code/TidyAll/t/SVN.pm b/lib/Code/TidyAll/t/SVN.pm
index ce24f15..31021fd 100644
--- a/lib/Code/TidyAll/t/SVN.pm
+++ b/lib/Code/TidyAll/t/SVN.pm
@@ -65,7 +65,7 @@ sub test_svn : Tests {
run( sprintf( 'svn -q commit -m "changed" %s/foo.txt %s/bar', $work_dir, $work_dir ) );
};
unlike( $stderr, qr/\S/ );
- $log_contains->(qr|could not find 'tidyall.ini' upwards from 'myapp/trunk/foo.txt'|);
+ $log_contains->(qr|could not find.*upwards from 'myapp/trunk/foo.txt'|);
$clear_log->();
$committed->();
cmp_deeply( [ svn_uncommitted_files($work_dir) ], [], "no uncommitted files" );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list