ajout tests

This commit is contained in:
2021-07-29 18:03:35 +02:00
parent e17da12271
commit f162e27efd
+1 -1
View File
@@ -3,7 +3,7 @@
echo "TEST HUGO"
url=http://localhost:6060
curl ${url} -I -o headers -s
if("(cat headers | head -n 1 | cut '-d ' '-f2')"=="200")
if(('cat headers | head -n 1 | cut '-d ' '-f2')'=="200")
then
exit 0
fi