@@ -40,7 +40,7 @@ ok( $result, 0 );
foreach (@denied_device_port) {
@dev_port_pair = split( / /, $_ );
- $result = system
+ $result = system
"runcon -t test_ibendport_manage_subnet_t smpquery PKeyTable -C $dev_port_pair[0] -P $dev_port_pair[1] -D 1 2>/dev/null";
if ( $result >> 8 eq 0 ) {
@@ -32,7 +32,7 @@ close($f);
# The gid sysfs shows a fully expanded ipv6 address, just take the
# top half.
-@tmp = unpack( '(a20)*', $gid );
+@tmp = unpack( '(a20)*', $gid );
$subnet_prefix = $tmp[0] . ":";
@labeled_pkeys = split( /,/, $conf{SELINUX_INFINIBAND_TEST_LABELED_PKEYS} );