tests/test-contrib-emacs.t
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 14 Nov 2019 21:58:36 -0800
changeset 43729 f7d7f9d23a7a
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
tags: don't check for clean files when checking for dirty working copy We didn't request status for clean files so there should never be any entries in the list of clean files (at least not since dd773340a085), but it's misleading to check the list. Differential Revision: https://phab.mercurial-scm.org/D7428

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support
  
  Ran 1 tests, 1 results as expected (*) (glob)