diff options
author | Jon Erling Hustadnes <JonErling.Hustadnes@gmail.com> | 2018-12-18 12:41:13 +0100 |
---|---|---|
committer | Jon Erling Hustadnes <JonErling.Hustadnes@gmail.com> | 2018-12-18 12:41:13 +0100 |
commit | 29222004d0baa6f19f9ecba1b03b218716a13cb3 (patch) | |
tree | 426b9e08d6cd1971be1e248ff26345a7f5201e12 /tests | |
parent | f6c7a281c1cde6d754811f64f3227d5623a4d096 (diff) | |
download | ranger-29222004d0baa6f19f9ecba1b03b218716a13cb3.tar.gz |
updated original filename
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ranger/container/test_bookmarks.py | 2 |
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)) |