Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit195ecc3

Browse files
committed
fix(git-test): assure test does works on linux
It shows that the previous implementation was never really working onlinux, and thus failed on travis as well for good reason.Closes#303
1 parentf2efb81 commit195ecc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎git/test/test_git.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ def test_environment(self, rw_dir):
199199
try:
200200
remote.fetch()
201201
exceptGitCommandErroraserr:
202-
assert'FOO'instr(err)
202+
assert'ssh-origin'instr(err)
203+
asserterr.status==128
203204
# end
204205
# end
205206
# end if select.poll exists

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp