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.
1 parent 9e6d686 commit fd3fcddCopy full SHA for fd3fcdd
tests/units/test_status.rb
@@ -156,7 +156,7 @@ def test_changed_boolean_ignorecase
156
warn "=====+++++ contents: #{File.read('test_dot_files_status/scott/TEXT.txt')}"
157
warn git.status.pretty
158
warn "=====+++++ What about actual git?"
159
- warn `git status 2>&1`
+ warn `git status --git-dir test_dot_files_status/.git 2>&1`
160
warn "=====+++++ (END)"
161
162
assert(git.status.changed?('scott/text.txt'))
0 commit comments