mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
ef33d13185
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
10 lines
153 B
Raku
10 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");
|