]> git.ipfire.org Git - thirdparty/mdadm.git/blob - tests/env-11spare-migration
Spare migration tests
[thirdparty/mdadm.git] / tests / env-11spare-migration
1 setup_env() {
2 export IMSM_DEVNAME_AS_SERIAL=1
3 export IMSM_TEST_OROM=1
4 }
5
6 reset_env() {
7 unset IMSM_DEVNAME_AS_SERIAL
8 unset IMSM_TEST_OROM
9 }