2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-22 07:16:31 +01:00

website-build: check.sh: fix line length.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-12-25 20:39:26 +01:00
parent 91a146a3eb
commit 23ede80adf
Signed by: GNUtoo
GPG key ID: 5F5DFCC14177E263

View file

@ -68,8 +68,9 @@ run_tests()
{
test_pattern "html test" "${tarball}" '\.html$'
test_pattern "jpg test" "${tarball}" '\.jpg$'
test_savannah_cvs_constraints "Savannah CVS: Only /index.html in root directory" \
"${tarball}"
test_savannah_cvs_constraints \
"Savannah CVS: Only /index.html in root directory" \
"${tarball}"
}
if [ $# -eq 1 ] && [ "$1" = "-h" -o "$1" == "--help" ] ; then