Skip to content

Commit c1fa2cb

Browse files
committed
update
1 parent 861f19f commit c1fa2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_symlink_to_another_directory(self):
199199
try:
200200
link.symlink_to(target)
201201
except OSError:
202-
e = "Current User does not have permissions to perform symlink/"
202+
e = "Current user does not have permissions to perform symlink."
203203
raise SkipTest(e)
204204
# Check the intended behavior according to
205205
# https://git-scm.com/docs/gitignore#_notes:

0 commit comments

Comments
 (0)