]> arthur.barton.de Git - bup.git/blobdiff - t/test-prune-older
test-prune-older: disable background gc
[bup.git] / t / test-prune-older
index 6adea5b80a6859e3eee57695a1f59d667bcec6c3..c460e821c677adbe7ac5c15ac5adb828a765f715 100755 (executable)
@@ -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')