From 360d28670511d51c2b63692c9ce0f7ebe5f1ae3e Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Wed, 8 Nov 2017 15:29:56 +0100 Subject: Remove dependency of test-suite on git (fix #5725). The two lines that this commit remove are spurious as a `git clean -dfx || true` is already performed in `test-suite/coq-makefile/template/init.sh`. While this resolves the accidental dependency on git, I am still unhappy with this call of `git clean -dfx`. --- test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh | 2 -- .../plugin-reach-outside-API-and-succeed-by-bypassing-the-API/run.sh | 2 -- 2 files changed, 4 deletions(-) (limited to 'test-suite/coq-makefile') diff --git a/test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh b/test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh index 88606cd47..378573957 100755 --- a/test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh +++ b/test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh @@ -2,8 +2,6 @@ set -e -git clean -dfx - cat > _CoqProject < _CoqProject <