1
0
mirror of synced 2026-04-16 07:56:15 +00:00

2007-03-19 22:10:54 by steve

Deliberately don't run upon 64-bit hosts where this test makes no sense..
This commit is contained in:
steve
2007-03-19 22:10:54 +00:00
parent f637ee2f07
commit 514ad5a7a1

View File

@@ -1,18 +1,25 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
#
# Test that the tls-disabling hook works.
#
# Steve
# --
# $Id: hook-tls.t,v 1.8 2006-12-03 12:16:45 radu Exp $
# $Id: hook-tls.t,v 1.9 2007-03-19 22:10:54 steve Exp $
#
use strict;
use Test::More qw( no_plan );
use Config qw(config_vars);
use Test::More;
use File::Temp;
if ( $Config::Config{archname} =~ /64/ )
{
plan skip_all => "This test will fail upon 64 bit systems" ;
}
else
{
plan no_plan;
}
#
# Rather than having a hardwired list of distributions to test