From e1abd50b01d6bd61bd0c996ca17378cd569c0aa1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Aug 2012 13:56:25 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ tests/test-vc-list-files-git.sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.11.0