Removed unused file.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Dec 2004 17:26:53 +0000 (17:26 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Dec 2004 17:26:53 +0000 (17:26 +0000)
test/sort/test1.sh [deleted file]

diff --git a/test/sort/test1.sh b/test/sort/test1.sh
deleted file mode 100755 (executable)
index 1e06ca7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-# $Id: test1.sh,v 1.9 2004-07-28 11:01:58 adam Exp $
-
-pp=${srcdir:-"."}
-
-ulimit -c 10000
-LOG=test1.log
-rm -fr lock
-mkdir lock
-rm -fr reg
-mkdir reg
-rm -fr recs
-mkdir recs
-cp $pp/rec*.xml recs
-../../index/zebraidx -c $pp/zebra.cfg -l $LOG update recs || exit 1
-../../index/zebrasrv -c $pp/zebra.cfg -l $LOG unix:socket &
-sleep 1
-test -f lock/zebrasrv.pid || exit 2
-../api/testclient -n4 unix:socket '@or computer @attr 7=1 @attr 1=30 0' >tmp1
-echo 'Result count: 4
-my:
-  title: second computer
-  dateTime: 1
-my:
-  title: first computer
-  dateTime: 2
-my:
-  title: 3rd computer
-  dateTime: a^3
-my:
-  title: fourth computer
-  dateTime: 4' >tmp2
-
-kill `cat lock/zebrasrv.pid`
-diff tmp1 tmp2