mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
6 lines
143 B
Python
6 lines
143 B
Python
import subprocess
|
|
|
|
|
|
def test_bash_completion_runs_without_error():
|
|
subprocess.check_call('borgmatic --bash-completion | bash', shell=True)
|