Fixing tests for git
This commit is contained in:
parent
fe94c0cd05
commit
ce0b1a8a96
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class TestRunner(unittest.TestCase):
|
|||
result = self._run('git', ["repo=\"file:///tmp/%s\"" % git_demo, "dest=/tmp/%s" % git_bare, "bare=yes", "remote=test"])
|
||||
assert result['changed']
|
||||
# test a no-op fetch, add origin for el6 versions of git
|
||||
self._run('command', ['git remote add origin file:///tmp/%s' % git_demo, 'chdir=/tmp/%s' % git_dm])
|
||||
self._run('command', ['git', 'remote', 'add', 'origin', 'file:///tmp/%s' % git_demo, 'chdir=/tmp/%s' % git_bare])
|
||||
result = self._run('git', ["repo=\"file:///tmp/%s\"" % git_demo, "dest=/tmp/%s" % git_bare, "bare=yes"])
|
||||
assert not result['changed']
|
||||
# test whether fetch is working for bare repos
|
||||
|
|
Loading…
Reference in a new issue