mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
tests: fix test for NULL encription
After 04207850a9 it is required that key length is not zero.
Add some key to avoid error.
Reported by: markj
MFC after: 1 week
This commit is contained in:
parent
2452bcd891
commit
b670804559
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ v4_head()
|
|||
v4_body()
|
||||
{
|
||||
# Can't use filename "null" for this script: PR 223564
|
||||
ist_test 4 null ""
|
||||
ist_test 4 null "1234"
|
||||
}
|
||||
|
||||
v4_cleanup()
|
||||
|
|
@ -28,7 +28,7 @@ v6_head()
|
|||
|
||||
v6_body()
|
||||
{
|
||||
ist_test 6 null ""
|
||||
ist_test 6 null "5678"
|
||||
}
|
||||
|
||||
v6_cleanup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue