X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Ftest%2Fdiscover-test.c;h=6fb14dec2059b9c83c0184174b885e1219e1c5d1;hp=f3e7dd8cfc5b177595fedfd9a1ff9815c1dea3b2;hb=5f8fa2c151b8f0e568dc4015b7d307250b354a04;hpb=211d7eb1de2d3a9cd97846deb9a85a934dae2981 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"; }