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 af92a04 commit 1cf8a4aCopy full SHA for 1cf8a4a
gitless/tests/test_e2e.py
@@ -181,7 +181,7 @@ def test_commit_relative(self):
181
self.__assert_commit(self.TRACKED_FP, self.DIR_TRACKED_FP)
182
183
def test_commit_only(self):
184
- gl.commit(o=self.TRACKED_FP, m='msg')
+ gl.commit(self.TRACKED_FP, '-m="msg"')
185
self.__assert_commit(self.TRACKED_FP)
186
187
def test_commit_only_relative(self):
0 commit comments