tests/test-check-commit.t
changeset 32380 5db6d70fd30b
parent 30648 2cab496db1e0
child 33116 6c113a7dec52
--- a/tests/test-check-commit.t	Sat Apr 29 21:39:47 2017 -0700
+++ b/tests/test-check-commit.t	Sat May 20 20:50:29 2017 -0400
@@ -9,7 +9,7 @@
   $ cd $TESTDIR/..
 
   $ for node in `hg log --rev 'not public() and ::. and not desc("# no-check-commit")' --template '{node|short}\n'`; do
-  >    hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
+  >    hg export --git $node | contrib/check-commit > ${TESTTMP}/check-commit.out
   >    if [ $? -ne 0 ]; then
   >        echo "Revision $node does not comply with rules"
   >        echo '------------------------------------------------------'