We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861f19f commit c1fa2cbCopy full SHA for c1fa2cb
1 file changed
tests.py
@@ -199,7 +199,7 @@ def test_symlink_to_another_directory(self):
199
try:
200
link.symlink_to(target)
201
except OSError:
202
- e = "Current User does not have permissions to perform symlink/"
+ e = "Current user does not have permissions to perform symlink."
203
raise SkipTest(e)
204
# Check the intended behavior according to
205
# https://git-scm.com/docs/gitignore#_notes:
0 commit comments