From 3f27ac09ee6fa8bef4e88693cd2422ac7933b4f7 Mon Sep 17 00:00:00 2001 From: oleg Date: Sat, 1 Mar 2003 04:12:22 +0000 Subject: [PATCH 1/1] Test of directory. --- test/rusmarc/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rusmarc/test.sh b/test/rusmarc/test.sh index 48c8ee7..4f71be2 100755 --- a/test/rusmarc/test.sh +++ b/test/rusmarc/test.sh @@ -1,6 +1,8 @@ #!/bin/sh test -d tmp || mkdir tmp test -d lock || mkdir lock +test -d register || mkdir register + echo Loading Records if [ -x ../../index/zebraidx ]; then ../../index/zebraidx update records -- 1.7.10.4