Skip to content

Commit f66c543

Browse files
committed
WIP:
1 parent 860bbd0 commit f66c543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/units/test_status.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_changed_boolean_ignorecase
147147

148148
assert(git.status.ignore_case?)
149149

150-
move_file('test_dot_files_status/scott/text.txt', 'test_dot_files_status/scott/TEXT.txt')
150+
move_file('test_dot_files_status/scott/text.txt', 'test_dot_files_status/scott/TEXT2.txt')
151151
assert(!git.status.changed?('scott/text.txt'))
152152
assert(!git.status.changed?('scott/TEXT.txt'))
153153

@@ -160,7 +160,7 @@ def test_changed_boolean_ignorecase
160160
warn "=====+++++ Git version?"
161161
warn `cd test_dot_files_status && git --version`
162162
warn "=====+++++ What files actually exist?"
163-
warn `ls -lah test_dot_files_status`
163+
warn `ls -lah test_dot_files_status/scott`
164164
warn "=====+++++ (END)"
165165

166166

0 commit comments

Comments
 (0)