Skip to content

Commit

Permalink
Make the tests a bit more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 31, 2021
1 parent 781d6ca commit 69b60fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test-cases.nt
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ emborg with configs:
args: --quiet --config test0 create
expected:
> bu error: borg create:
> Failed to create/acquire the lock [^ ]*/emborg/tests/repositories/lock \(timeout\)\.
> Perhaps your still have an archive mounted\?
expected_type: error regex
> Failed to create/acquire the lock /«TESTS»/repositories/lock (timeout).
> Perhaps your still have an archive mounted?
expected_type: error
dependencies: fuse

-
Expand Down Expand Up @@ -785,8 +785,8 @@ emborg with configs:
args: --config test7 list
expected:
> bu error: borg list:
> Repository [^ ]*/emborg/tests/repositories does not exist\.
expected_type: error regex
> Repository /«TESTS»/repositories does not exist.
expected_type: error

-
args: --quiet --config test8 init
Expand Down

0 comments on commit 69b60fb

Please sign in to comment.