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:
Yonik Seeley 2010-04-06 12:58:49 +00:00
parent 1b3d0eb274
commit 3e509789f8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#Test script to tell if the server is accepting UTF-8 #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 #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 if [ ! -z $1 ]; then
URL=$1 URL=$1