]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nodatacow.t
t/lei-*.t: guard setup_public_inboxes with test_lei
[public-inbox.git] / t / nodatacow.t
index e5b742a2f145a1a6ace26b3b7b04f806e8845761..9b67c521ffab7ff94e7986735c47683982c89856 100644 (file)
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use Test::More;
@@ -15,7 +15,7 @@ SKIP: {
        skip 'BTRFS_TESTDIR not defined', $nr unless defined $dir;
        skip 'chattr(1) not installed', $nr unless which('chattr');
        my $lsattr = which('lsattr') or skip 'lsattr(1) not installed', $nr;
-       my $tmp = File::Temp->newdir('nodatacow-XXXXX', DIR => $dir);
+       my $tmp = File::Temp->newdir('nodatacow-XXXX', DIR => $dir);
        my $dn = $tmp->dirname;
 
        my $name = "$dn/pp.f";