mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-03 15:03:02 +02:00
Fix broken Bash completion end-to-end test.
This commit is contained in:
@@ -2,4 +2,4 @@ import subprocess
|
||||
|
||||
|
||||
def test_bash_completion_runs_without_error():
|
||||
subprocess.check_call('eval "$(borgmatic --bash-completion)"', shell=True)
|
||||
subprocess.check_call('borgmatic --bash-completion | bash', shell=True)
|
||||
|
||||
Reference in New Issue
Block a user