general tests update
This commit is contained in:
parent
634417c4c8
commit
f79af84dac
9 changed files with 61 additions and 64 deletions
5
tests/scripts/http.pl
Normal file
5
tests/scripts/http.pl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use HTTP::Tiny;
|
||||
|
||||
my $response = HTTP::Tiny->new->get('http://example.com/');
|
||||
|
||||
die "Failed!\n" unless $response->{success};
|
||||
Loading…
Add table
Add a link
Reference in a new issue