From 24746a0485736f07aec44d8d2d058a310e5e330f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 9 Apr 2014 18:06:22 +0200 Subject: [PATCH] t/coverage.sh: Restore t/cibuild.sh in the temp directory. This is to avoid the version being marked as dirty. --- t/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/coverage.sh b/t/coverage.sh index 29f8c99..6acf8c9 100755 --- a/t/coverage.sh +++ b/t/coverage.sh @@ -38,7 +38,7 @@ if test -d "$srcdir"/.git/; then cp -a "$srcdir"/.git . # reset all files which are not part of the tarball - git checkout HEAD .gitignore .travis.yml + git checkout HEAD .gitignore .travis.yml t/cibuild.sh fi ./configure --enable-gcov --disable-shared CFLAGS="-O0 -g" -- 2.30.2