Mercurial > hg
changeset 32571:b6612d8579e4
tests: fix typo in "flagprocesor"
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 31 May 2017 10:35:10 -0700 |
parents | 92bcaef3420b |
children | 012e0da5b759 |
files | tests/test-verify.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-verify.t Tue May 30 06:22:14 2017 -0700 +++ b/tests/test-verify.t Wed May 31 10:35:10 2017 -0700 @@ -324,7 +324,7 @@ $ cd skipflags $ cat >> .hg/hgrc <<EOF > [extensions] - > flagprocesor=$RUNTESTDIR/flagprocessorext.py + > flagprocessor=$RUNTESTDIR/flagprocessorext.py > EOF $ echo '[BASE64]content' > base64 $ hg commit -Aqm 'flag processor content' base64