]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bectl: tests: use -R <mount> instead of specifying altroot
authorKyle Evans <kevans@FreeBSD.org>
Sat, 16 Jan 2021 05:58:12 +0000 (23:58 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Sat, 16 Jan 2021 06:07:50 +0000 (00:07 -0600)
commitde661c9f8652f6a51a6ca83d404d9170404990f8
tree866aa11c2bf711dc095fc4e146c397efa0e57ddc
parent79a5c790bdf08cb925693add4699f3e785c12bc6
bectl: tests: use -R <mount> instead of specifying altroot

-R is currently shorthand for cachefile=none, altroot=<mount>.  This is
functionally the same, but perhaps more resilient to future changes that
could be necessary that may be added when -R is specified.

MFC after:  1 week
sbin/bectl/tests/bectl_test.sh