X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=t%2Ftest-prune-older;h=c460e821c677adbe7ac5c15ac5adb828a765f715;hp=6adea5b80a6859e3eee57695a1f59d667bcec6c3;hb=45136f27bb239a48d696e21d0754cec87e8b05ef;hpb=f312dc0e4f4860a11b60dd48866221393be8228d diff --git a/t/test-prune-older b/t/test-prune-older index 6adea5b..c460e82 100755 --- a/t/test-prune-older +++ b/t/test-prune-older @@ -155,6 +155,7 @@ with test_tempdir('prune-older-') as tmpdir: three_years_ago = now - (60 * 60 * 24 * 366 * 3) chdir(tmpdir) ex(['git', 'init', 'work']) + ex(['git', 'config', 'gc.autoDetach', 'false']) wvstart('generating ' + str(save_population) + ' random saves') chdir(tmpdir + '/work')