Upgrade libseccomp to 2.3.3 from 2.3.1
[linux-seccomp.git] / t / Linux-Seccomp.t
index ee1737f939dfc0c28de96c33933e6caf6834f081..fcf6141b2ef765479f5fecdc8779d1502ec72841 100644 (file)
@@ -124,7 +124,7 @@ foreach my $constname (qw(
 
 ok( $fail == 0 , 'Constants' );
 
-is_deeply version, [2, 3, 1], 'library version is 2.3.1';
+is_deeply version, [2, 3, 3], 'library version is 2.3.3';
 
 my $got_sigsys = 0;
 $SIG{SYS} = sub { $got_sigsys = 1 };
This page took 0.009 seconds and 4 git commands to generate.