* tests/test-vc-list-files-git.sh: There's already a test for
a working git, just below.
+2012-08-28 Jim Meyering <meyering@redhat.com>
+
+ revert last change: it was not needed
+ * tests/test-vc-list-files-git.sh: There's already a test for
+ a working git, just below.
+
2012-08-28 Jim Meyering <meyering@redhat.com>
tests: test-vc-list-files-git.sh: skip if git is not available
: ${srcdir=.}
. "$srcdir/init.sh"; path_prepend_ "$abs_aux_dir" .
-git --version || skip_ git required
-
tmpdir=vc-git-$$
GIT_DIR= GIT_WORK_TREE=; unset GIT_DIR GIT_WORK_TREE