Browse Source

Fix end-to-end test command-line syntax.

Dan Helfman 2 năm trước cách đây
mục cha
commit
3cefeaa229
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/end-to-end/test_database.py

+ 1 - 1
tests/end-to-end/test_database.py

@@ -118,7 +118,7 @@ def test_database_dump_and_restore():
 
         # Restore the database from the archive.
         subprocess.check_call(
-            ['borgmatic', '--config', '-v', '2', config_path, 'restore', '--archive', archive_name]
+            ['borgmatic', '-v, '2', '--config', config_path, 'restore', '--archive', archive_name]
         )
     finally:
         os.chdir(original_working_directory)