summaryrefslogtreecommitdiff
path: root/tests/lib/test-mount
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test-mount')
-rw-r--r--tests/lib/test-mount6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/test-mount b/tests/lib/test-mount
new file mode 100644
index 0000000..e45715a
--- /dev/null
+++ b/tests/lib/test-mount
@@ -0,0 +1,6 @@
+#!/bin/bash
+# $1 mount output string
+
+NAME="MOUNT CHECK, $1"
+
+mount | grep -q '/dev/mapper/cryptpool-crypthome on /home type xfs (rw)'