From ec0d5ddfc4e3c2675f3afb864599c6fb8734d028 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 19 Apr 2016 03:35:46 +0200 Subject: Add a line to a temp test file to cover check_git_remote() better --- t/19-unit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/19-unit.t b/t/19-unit.t index eecd391..c2f0d21 100644 --- a/t/19-unit.t +++ b/t/19-unit.t @@ -126,7 +126,7 @@ SKIP: { system(qw! rm -r /usr/sbo/repo !) if -d '/usr/sbo/repo'; system(qw! mkdir -p /usr/sbo/repo/.git !); my ($fh) = open_fh('/usr/sbo/repo/.git/config', '>'); - print $fh qq'[remote "origin"]\n'; print $fh "url=\n"; + print $fh qq'[remote "origin"]\n'; print $fh "foo=bar\n"; print $fh "url=\n"; close $fh; undef $res; -- cgit v1.2.3