summaryrefslogtreecommitdiff
path: root/t/lib/t/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/t/Util.pm')
-rw-r--r--t/lib/t/Util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/t/Util.pm b/t/lib/t/Util.pm
index 7309442..d72e7b0 100644
--- a/t/lib/t/Util.pm
+++ b/t/lib/t/Util.pm
@@ -16,7 +16,7 @@ our @EXPORT = qw( corrupt_annexed_file device_id_issues run_bin );
sub corrupt_annexed_file {
my ($git, $file) = @_;
- my ($key) = $git->annex("lookupkey", $file);
+ my ($key) = $git->annex("lookupkey", $file);
my ($loc) = $git->annex("contentlocation", $key);
$loc = rel2abs $loc, $git->dir;
@@ -36,7 +36,7 @@ sub device_id_issues {
write_file "bar", "bar\n";
my $foo_id = (stat "foo")[0];
my $bar_id = (stat "bar")[0];
- return($foo_id != $bar_id);
+ return ($foo_id != $bar_id);
}
sub run_bin {