mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-25 07:23:28 +00:00
rlist_cmd converted
This commit is contained in:
parent
a9cf42f6e3
commit
5cdbf03110
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def test_rlist_glob(archivers, request):
|
|||
cmd(archiver, f"--repo={repo_location}", "create", "test-1", src_dir)
|
||||
cmd(archiver, f"--repo={repo_location}", "create", "something-else-than-test-1", src_dir)
|
||||
cmd(archiver, f"--repo={repo_location}", "create", "test-2", src_dir)
|
||||
|
||||
output = cmd(archiver, f"--repo={repo_location}", "rlist", "--match-archives=sh:test-*")
|
||||
assert "test-1" in output
|
||||
assert "test-2" in output
|
||||
|
|
Loading…
Reference in a new issue