From: Jim Meyering Date: Tue, 28 Aug 2012 11:56:25 +0000 (+0200) Subject: revert last change: it was not needed X-Git-Tag: v0.1~461 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e1abd50b01d6bd61bd0c996ca17378cd569c0aa1;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 134cf97ab..63f651f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-08-28 Jim Meyering + 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 + tests: test-vc-list-files-git.sh: skip if git is not available * tests/test-vc-list-files-git.sh: Skip this test when git is not available. diff --git a/tests/test-vc-list-files-git.sh b/tests/test-vc-list-files-git.sh index dba30f246..1ea6d8961 100755 --- a/tests/test-vc-list-files-git.sh +++ b/tests/test-vc-list-files-git.sh @@ -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