aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2019-04-03 23:58:58 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2019-04-03 23:58:58 +0000
commit1e560a0ca46eaa67ddf1f3f124fd529e09bc5d1e (patch)
treed1e995ac06e65331161f572dcc196639af56b6df /tests
parent2f07cdf871b8fd7081cfbe0d3c965650ea135e12 (diff)
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/geom/class/eli/configure_test.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/sys/geom/class/eli/configure_test.sh b/tests/sys/geom/class/eli/configure_test.sh
index a90a3da3e4d0..2e5f4e6ca77b 100644
--- a/tests/sys/geom/class/eli/configure_test.sh
+++ b/tests/sys/geom/class/eli/configure_test.sh
@@ -17,19 +17,19 @@ configure_b_B_body()
atf_check geli init -B none -P -K /dev/null ${md}
- atf_check -s exit:0 -o match:'flags: 0x0$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x200$' geli dump ${md}
atf_check geli init -B none -b -P -K /dev/null ${md}
- atf_check -s exit:0 -o match:'flags: 0x2$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x202$' geli dump ${md}
atf_check geli configure -B ${md}
- atf_check -s exit:0 -o match:'flags: 0x0$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x200$' geli dump ${md}
atf_check geli configure -b ${md}
- atf_check -s exit:0 -o match:'flags: 0x2$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x202$' geli dump ${md}
atf_check geli attach -p -k /dev/null ${md}
@@ -39,13 +39,13 @@ configure_b_B_body()
atf_check -o not-match:'^Flags: .*BOOT' geli list ${md}.eli
- atf_check -s exit:0 -o match:'flags: 0x0$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x200$' geli dump ${md}
atf_check geli configure -b ${md}
atf_check -s exit:0 -o match:'^Flags: .*BOOT' geli list ${md}.eli
- atf_check -s exit:0 -o match:'flags: 0x2$' geli dump ${md}
+ atf_check -s exit:0 -o match:'flags: 0x202$' geli dump ${md}
atf_check geli detach ${md}
}