ef33d13185
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
9 lines
153 B
Raku
9 lines
153 B
Raku
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test;
|
|
|
|
setup("test_abort");
|
|
|
|
plan tests => 1;
|
|
|
|
is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");
|