X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei_store.t;h=5a5e5de03e16452467c07d44528dca1dacc516b3;hb=16f317f32bd5306d852b7d079b20cd0e4f2b4ff9;hp=40ad7800981318a69ef3fc351b4ea713c6039cca;hpb=ea11b7b17d525d20a07d7f62c0334501c5a721b4;p=public-inbox.git diff --git a/t/lei_store.t b/t/lei_store.t index 40ad7800..5a5e5de0 100644 --- a/t/lei_store.t +++ b/t/lei_store.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ 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;