diff --git a/build-tarball.sh b/build-tarball.sh index 889a2c1..8f6c6fe 100755 --- a/build-tarball.sh +++ b/build-tarball.sh @@ -30,7 +30,7 @@ git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git cd "$package" # Let the tests continue after the first test failure. -sed -i -e '/abort/d' gltests/macros.h +sed -i -e '/abort/d' tests/macros.h rm -rf ../testdir-all ./gnulib-tool --create-testdir --dir=../testdir-all --with-c++-tests --without-privileged-tests --single-configure `./all-modules`