mirror of https://github.com/apache/lucene.git
fix URLs in test_utf8.sh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b3d0eb274
commit
3e509789f8
|
@ -17,7 +17,7 @@
|
|||
#Test script to tell if the server is accepting UTF-8
|
||||
#The python writer currently escapes non-ascii chars, so it's good for testing
|
||||
|
||||
URL=http://localhost:8983/solr/select
|
||||
URL=http://localhost:8983/solr
|
||||
|
||||
if [ ! -z $1 ]; then
|
||||
URL=$1
|
||||
|
|
Loading…
Reference in New Issue