about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJon Erling Hustadnes <JonErling.Hustadnes@gmail.com>2018-12-18 12:41:13 +0100
committerJon Erling Hustadnes <JonErling.Hustadnes@gmail.com>2018-12-18 12:41:13 +0100
commit29222004d0baa6f19f9ecba1b03b218716a13cb3 (patch)
tree426b9e08d6cd1971be1e248ff26345a7f5201e12
parentf6c7a281c1cde6d754811f64f3227d5623a4d096 (diff)
downloadranger-29222004d0baa6f19f9ecba1b03b218716a13cb3.tar.gz
updated original filename
-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))