]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei_store.t
t/httpd-unix: eliminate some busy waits
[public-inbox.git] / t / lei_store.t
index 40ad7800981318a69ef3fc351b4ea713c6039cca..5a5e5de03e16452467c07d44528dca1dacc516b3 100644 (file)
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use v5.10.1;
@@ -149,4 +149,7 @@ EOM
        is($mset->size, 1, 'rt:1.hour.ago.. works w/ local time');
 }
 
+is_deeply([glob("$store_dir/local/*.git/info/refs")], [],
+       'no info/refs in private lei/store');
+
 done_testing;