##// END OF EJS Templates
tests: fix typo in "flagprocesor"
Martin von Zweigbergk -
r32572:b6612d85 default
parent child Browse files
Show More
@@ -324,7 +324,7 b' test flag processor and skipflags'
324 $ cd skipflags
324 $ cd skipflags
325 $ cat >> .hg/hgrc <<EOF
325 $ cat >> .hg/hgrc <<EOF
326 > [extensions]
326 > [extensions]
327 > flagprocesor=$RUNTESTDIR/flagprocessorext.py
327 > flagprocessor=$RUNTESTDIR/flagprocessorext.py
328 > EOF
328 > EOF
329 $ echo '[BASE64]content' > base64
329 $ echo '[BASE64]content' > base64
330 $ hg commit -Aqm 'flag processor content' base64
330 $ hg commit -Aqm 'flag processor content' base64
General Comments 0
You need to be logged in to leave comments. Login now