tests/test-remotefilelog-histpack.py
changeset 43990 37458d8b0c1e
parent 43076 2372284d9457
child 45830 c102b704edb5
--- a/tests/test-remotefilelog-histpack.py	Fri Dec 27 18:43:18 2019 -0500
+++ b/tests/test-remotefilelog-histpack.py	Fri Dec 27 18:50:40 2019 -0500
@@ -252,7 +252,7 @@
             f.write(raw)
 
         try:
-            pack = historypack.historypack(pack.path)
+            historypack.historypack(pack.path)
             self.assertTrue(False, "bad version number should have thrown")
         except RuntimeError:
             pass