Skip to content

Commit 46a5aa3

Browse files
committed
fix: Broken regex in 'tests/do-upgrade.bats'
1 parent 139c1a5 commit 46a5aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/do-upgrade.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ load 'util/init.sh'
8282
run do-upgrade 'bpm'
8383

8484
assert_success
85-
assert_line -e 'git -C /(.*)/bpm/tests/../pkg/lib/../.. pull'
85+
assert_line -e 'git -C /(.*)/tests/../pkg/lib/../.. pull'
8686
}
8787

8888
@test "upgrade bpm fails when mixing package names" {

0 commit comments

Comments
 (0)