From: Matthew Leeds Date: Mon, 26 Mar 2018 06:57:38 +0000 (-0700) Subject: tests: Fix typo in unit test X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~24^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=653be1556d56e4d796254e2f89155bcbca840fa9;p=ostree.git tests: Fix typo in unit test Closes: #1543 Approved by: cgwalters --- diff --git a/tests/test-create-usb.sh b/tests/test-create-usb.sh index e057e90f..310385d9 100755 --- a/tests/test-create-usb.sh +++ b/tests/test-create-usb.sh @@ -94,7 +94,7 @@ assert_has_dir "dest-mount3/some-dest" assert_symlink_has_content "dest-mount3/.ostree/repos.d/00-generated" "/some-dest$" ${CMD_PREFIX} ostree --repo=dest-mount3/.ostree/repos.d/00-generated refs --collections > dest-refs assert_file_has_content dest-refs "^(org.example.Collection1, test-1)$" -assert_file_has_content dest-refs "^(org.example.Collection1, test-1)$" +assert_file_has_content dest-refs "^(org.example.Collection1, test-2)$" assert_file_has_content dest-refs "^(org.example.Collection1, test-3)$" assert_has_file dest-mount3/.ostree/repos.d/00-generated/summary