diff --git a/tests/test-fncache.t b/tests/test-fncache.t --- a/tests/test-fncache.t +++ b/tests/test-fncache.t @@ -236,7 +236,7 @@ > wlock.release() > > def extsetup(ui): - > extensions.wrapcommand(commands.table, "commit", commitwrap) + > extensions.wrapcommand(commands.table, b"commit", commitwrap) > EOF $ extpath=`pwd`/exceptionext.py $ hg init fncachetxn