pick: rename test emacs-pick to emacs-tree

Also fixup run-tests.sh
This commit is contained in:
Mark Walters 2013-10-26 23:02:08 +01:00 committed by David Bremner
parent dae09c690b
commit 2a26f61421
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ fail() {
exit 1
}
TESTS="emacs-pick"
TESTS="emacs-tree"
TESTFILES="$TESTS tree.expected-output"
export PICK_DIR="`cd \`dirname "$0"\` && pwd`"