openssl/test/recipes/01-test_abort.t
Richard Levitte ef33d13185 Add a test to see that signals are caught as failures
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
2016-03-18 15:25:23 +01:00

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");