tests/test-strip.t
changeset 35846 c4c1e3334bcb
parent 35830 e689d8b22728
child 36965 b89a7ef29013
--- a/tests/test-strip.t	Thu Jan 18 09:14:30 2018 -0500
+++ b/tests/test-strip.t	Thu Jan 18 09:58:40 2018 -0500
@@ -899,7 +899,7 @@
   >     transaction = orig(repo, desc, *args, **kwargs)
   >     # warm up the phase cache
   >     list(repo.revs(b"not public()"))
-  >     if desc != 'strip':
+  >     if desc != b'strip':
   >          transaction.addpostclose(b"phase invalidation test", test)
   >     return transaction
   > def extsetup(ui):