We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781f03a commit ce67569Copy full SHA for ce67569
ci/tests.bats
@@ -59,7 +59,7 @@ function teardown() {
59
# offset must be > 0
60
run squashfs-mount ${SQFSDIR}/tools-offset.sqfs@-2048434:/user-tools -- cat /user-tools/tools/fileB.txt
61
assert_failure
62
- assert_line --regexp ".*offset:.* must be >0: .*"
+ assert_line --regexp ".*offset.* must be >0: .*"
63
}
64
65
@test "mount_offset_image_offset_twice" {
0 commit comments