X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_url.sh;h=3ff2e8b546cc5e54c7d6d639a55edb17413a1c00;hb=63451a67759e590b0c3d5991274976fe8f47d3f1;hp=beb294de20b0c6aa9d9ccfd93bd9703fe4dd2290;hpb=a6fe306bff3150090c4c4d8a1662b01e2fd3c754;p=pazpar2-moved-to-github.git diff --git a/test/test_url.sh b/test/test_url.sh index beb294d..3ff2e8b 100755 --- a/test/test_url.sh +++ b/test/test_url.sh @@ -1,15 +1,10 @@ #!/bin/sh -# TEST=`basename $0 .sh` # srcdir might be set by make srcdir=${srcdir:-"."} -if test -x ../src/pazpar2; then - if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then - exec ${srcdir}/run_pazpar2.sh $TEST - fi -fi +exec ${srcdir}/run_pazpar2.sh --icu $TEST # Local Variables: # mode:shell-script