]> Savannah Git Hosting - gnulib.git/commitdiff
revert last change: it was not needed
authorJim Meyering <meyering@redhat.com>
Tue, 28 Aug 2012 11:56:25 +0000 (13:56 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 28 Aug 2012 11:56:25 +0000 (13:56 +0200)
* tests/test-vc-list-files-git.sh: There's already a test for
a working git, just below.

ChangeLog
tests/test-vc-list-files-git.sh

index 134cf97abca6f0ce9ff3ba283ac16bd495187e06..63f651f0a08cf019e5570bf6f04bad540166cdad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index dba30f24644ecf1783ffb8bdc5de55936f75e75b..1ea6d8961aa52fe74154c0a9b96889be9e6ee309 100755 (executable)
@@ -19,8 +19,6 @@
 : ${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