aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_common.bats4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/test_common.bats b/tests/unit/test_common.bats
index 48efd15..abe3938 100644
--- a/tests/unit/test_common.bats
+++ b/tests/unit/test_common.bats
@@ -333,6 +333,10 @@ Boot0001* ZFSBootMenu"
[ "$EFI_DIR" = "/mnt/efi" ]
}
+@test "MNTPOINT is defined and equals /mnt" {
+ [ "$MNTPOINT" = "/mnt" ]
+}
+
#############################
# enable_sshd_root_login
#############################