mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
tests: fix "push on reference is experimental" warning
"tests/reverse.t.pl .. push on reference is experimental at tests/common.pl line 144."
This commit is contained in:
parent
2d3780bb64
commit
c3e63d7836
@ -141,7 +141,7 @@ sub stopwatch {
|
|||||||
my $delta = ms(time() - $start_time);
|
my $delta = ms(time() - $start_time);
|
||||||
print("$delta ms\n");
|
print("$delta ms\n");
|
||||||
my $results = shift;
|
my $results = shift;
|
||||||
push( $results, [ $name, $delta, 'ms' ] );
|
push( @$results, [ $name, $delta, 'ms' ] );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user