diff options
| author | PMR <pmr@pmr-lander> | 2020-07-14 08:40:56 +0000 |
|---|---|---|
| committer | PMR <pmr@pmr-lander> | 2020-07-14 08:40:56 +0000 |
| commit | b052bdf1e0891ad54c0ccd9c1890586526bbe771 (patch) | |
| tree | c1bff05a07a84733452f0a49048618e121080152 | |
| parent | 960bbd43ff96a7404a18e3c0a1ae9152b760d2b9 (diff) | |
| parent | 14b9b11d6b88b67a3e1ffc1d15f59f2aed8c9395 (diff) | |
Merge #387289 from ~jocave/plainbox-provider-checkbox:allow-newer-luks-versions
| -rwxr-xr-x | bin/fde_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fde_tests.py b/bin/fde_tests.py index fd9ea14..0e658d4 100755 --- a/bin/fde_tests.py +++ b/bin/fde_tests.py @@ -93,7 +93,7 @@ def main(): print(cryptinfo, '\n') # use the type as the final arbiter of success - regexp = re.compile(r'type:\ *LUKS1') + regexp = re.compile(r'type:\ *LUKS\d$') if regexp.search(cryptinfo): print('Full Disk Encryption is operational on this device') else: |
