X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Frun_pazpar2.sh;h=858bd45b0b92fd18bbb4d459ff6c62ba9129a1b7;hb=3e2f2882c3d8af8de5aad628e73e450250f02fea;hp=c44ae9219ae21f31cb3bb9bd5efaf0e74b47ccb4;hpb=16fcdc97bf1a10e3e5fee49d28f95a7f855d8d50;p=pazpar2-moved-to-github.git diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index c44ae92..858bd45 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -23,7 +23,7 @@ IFS=$oIFS if test -z $curl; then echo "curl not found. $PREFIX can not be tested" - exit 0 + exit 1 fi GET='$curl --silent --output $OUT2 "$f"' POST='$curl --silent --header "Content-Type: text/xml" --data-binary "@$postfile" --output $OUT2 "$f"'