about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ranger/container/test_bookmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py
index e76aaaf2..64192c06 100644
--- a/tests/ranger/container/test_bookmarks.py
+++ b/tests/ranger/container/test_bookmarks.py
@@ -61,7 +61,7 @@ def testbookmarks(tmpdir):
 def test_bookmark_symlink(tmpdir):
     # Initialize plain file and symlink paths
     bookmarkfile_link = tmpdir.join("bookmarkfile")
-    bookmarkfile_orig = tmpdir.join("bookmarkfile.org")
+    bookmarkfile_orig = tmpdir.join("bookmarkfile.orig")
 
     # Create symlink pointing towards the original plain file.
     os.symlink(str(bookmarkfile_orig), str(bookmarkfile_link))