summaryrefslogtreecommitdiffstats
path: root/ui/test/discover-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/test/discover-test.c')
-rw-r--r--ui/test/discover-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c
index f3e7dd8..6fb14de 100644
--- a/ui/test/discover-test.c
+++ b/ui/test/discover-test.c
@@ -16,6 +16,8 @@ static const char *device_type_string(enum device_type type)
return "optical";
case DEVICE_TYPE_ANY:
return "any";
+ case DEVICE_TYPE_LUKS:
+ return "encrypted";
case DEVICE_TYPE_UNKNOWN:
return "unknown";
}
OpenPOWER on IntegriCloud