Do not build for Debian lenny anymore
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
index 48c8ee7..ea0b1b7 100755 (executable)
@@ -1,9 +1,8 @@
 #!/bin/sh
-test -d tmp || mkdir tmp
-test -d lock || mkdir lock
+
 echo Loading Records
 if [ -x ../../index/zebraidx ]; then
-       ../../index/zebraidx update records
+       ../../index/zebraidx update records/simple-rusmarc
 fi
 echo Starting Server
 if [ -x ../../index/zebrasrv ]; then