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:
Andrey V. Elsukov 2025-03-25 10:23:40 +03:00
parent 2452bcd891
commit b670804559

View file

@ -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()