Code

t/coverage.sh: Restore t/cibuild.sh in the temp directory.
[sysdb.git] / t / coverage.sh
index 29f8c99a7ad7b7f914dea601aa93ccfde413cda4..6acf8c96faa2ec520fb6ba0c64c1ae24db6f3423 100755 (executable)
@@ -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"