Skip to content

Commit 32e1036

Browse files
update regexp
1 parent ce2cd90 commit 32e1036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function teardown() {
5959
# offset must be > 0
6060
run squashfs-mount ${SQFSDIR}/tools-offset.sqfs@-2048434:/user-tools -- cat /user-tools/tools/fileB.txt
6161
assert_failure
62-
assert_line --regexp ".*invalid number in offset:.*"
62+
assert_line --regexp ".*offset:.* must be >0: .*"
6363
}
6464

6565
@test "mount_offset_image_offset_twice" {

0 commit comments

Comments
 (0)