Skip to content

Commit

Permalink
Fix devel/debug leftover in LUKS2 api test.
Browse files Browse the repository at this point in the history
  • Loading branch information
oniko committed Oct 2, 2023
1 parent 05d3cb9 commit cfe257e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/api-test-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -5543,8 +5543,6 @@ int main(int argc, char *argv[])

crypt_set_debug_level(_debug ? CRYPT_DEBUG_JSON : CRYPT_DEBUG_NONE);

goto aaa;

RUN_(AddDeviceLuks2, "Format and use LUKS2 device");
RUN_(Luks2MetadataSize, "LUKS2 metadata settings");
RUN_(Luks2HeaderLoad, "LUKS2 header load");
Expand All @@ -5570,7 +5568,6 @@ int main(int argc, char *argv[])
#endif
RUN_(LuksKeyslotAdd, "Adding keyslot via new API");
RUN_(VolumeKeyGet, "Getting volume key via keyslot context API");
aaa:
RUN_(KeyslotContextAndKeyringLink, "Activate via keyslot context API and linking VK to a keyring");
RUN_(Luks2Repair, "LUKS2 repair"); // test disables metadata locking. Run always last!

Expand Down

0 comments on commit cfe257e

Please sign in to comment.