Skip to content

Commit

Permalink
tests/main/component-refresh-and-revert: correct grep pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphelpsj committed Sep 20, 2024
1 parent c589609 commit 054312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main/component-refresh-and-revert/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ execute: |
# since revision 4 of the "two" component is not referenced by anything else
# in the sequence, it should be unlinked and discarded
snap tasks --last=refresh-snap | MATCH 'Unlink.*test-snap-component-refreshes+two'
snap tasks --last=refresh-snap | MATCH 'Discard.*test-snap-component-refreshes+two'
snap tasks --last=refresh-snap | MATCH 'Unlink.*test-snap-component-refreshes\+two'
snap tasks --last=refresh-snap | MATCH 'Discard.*test-snap-component-refreshes\+two'
# note that a revert does bring back the "two" component, since it was
# installed when revision 5 was last installed
Expand Down

0 comments on commit 054312f

Please sign in to comment.