We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19010a5 + 049fa75 commit 9899caaCopy full SHA for 9899caa
ChangeLog
@@ -4,6 +4,7 @@ Revision history for Rex
4
[API CHANGES]
5
6
[BUG FIXES]
7
+ - Fix checking test git repository
8
9
[DOCUMENTATION]
10
t/scm/git.t
@@ -96,7 +96,7 @@ sub git_repo_ok {
96
"$directory has .git subdirectory"
97
);
98
99
- lives_ok { i_run qq(git -C $directory rev-parse --git-dir) }
+ lives_ok { i_run 'git rev-parse --git-dir', cwd => $directory }
100
"$directory looks like a git repository now";
101
102
return;
0 commit comments