Skip to content

Commit ce67569

Browse files
typo
1 parent 781f03a commit ce67569

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 ".*offset:.* must be >0: .*"
62+
assert_line --regexp ".*offset.* must be >0: .*"
6363
}
6464

6565
@test "mount_offset_image_offset_twice" {

0 commit comments

Comments
 (0)