Skip to content

Commit fd3fcdd

Browse files
committed
WIP:
1 parent 9e6d686 commit fd3fcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/test_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_changed_boolean_ignorecase
156156
warn "=====+++++ contents: #{File.read('test_dot_files_status/scott/TEXT.txt')}"
157157
warn git.status.pretty
158158
warn "=====+++++ What about actual git?"
159-
warn `git status 2>&1`
159+
warn `git status --git-dir test_dot_files_status/.git 2>&1`
160160
warn "=====+++++ (END)"
161161

162162
assert(git.status.changed?('scott/text.txt'))

0 commit comments

Comments
 (0)