tests: Add missing newline at the end of file

This is breaking MacOS and FreeBSD builds.

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2026-03-30 10:42:47 +02:00
parent 93108dd026
commit 527d3b22a1

View File

@@ -3465,4 +3465,4 @@ torture_run_tests(void)
#endif /* WITH_SERVER */
ssh_finalize();
return rc;
}
}