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