Skip to content

Commit 9e6d686

Browse files
committed
WIP:
1 parent 5082d2a commit 9e6d686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/units/test_status.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def test_changed_boolean_ignorecase
155155

156156
warn "=====+++++ contents: #{File.read('test_dot_files_status/scott/TEXT.txt')}"
157157
warn git.status.pretty
158+
warn "=====+++++ What about actual git?"
159+
warn `git status 2>&1`
158160
warn "=====+++++ (END)"
159161

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

0 commit comments

Comments
 (0)