Skip to content

Commit

Permalink
Merge pull request RexOps#1596 from RexOps/cd_into_git_test_repo
Browse files Browse the repository at this point in the history
Fix checking test git repository
  • Loading branch information
ferki committed Jun 9, 2023
2 parents 19010a5 + 049fa75 commit 9899caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Revision history for Rex
[API CHANGES]

[BUG FIXES]
- Fix checking test git repository

[DOCUMENTATION]

Expand Down
2 changes: 1 addition & 1 deletion t/scm/git.t
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sub git_repo_ok {
"$directory has .git subdirectory"
);

lives_ok { i_run qq(git -C $directory rev-parse --git-dir) }
lives_ok { i_run 'git rev-parse --git-dir', cwd => $directory }
"$directory looks like a git repository now";

return;
Expand Down

0 comments on commit 9899caa

Please sign in to comment.