use $SLICE from env.sh
[cloudstore.git] / test.sh
diff --git a/test.sh b/test.sh
index 175e9ed..1d924cf 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -124,7 +124,7 @@ pull
 fi # skip tests
 
 
-find /test/s1/2001/ -type f | grep -v '/\.' | xargs md5sum | sort > /tmp/test/1
+find $SLICE/2001/ -type f | grep -v '/\.' | xargs md5sum | sort > /tmp/test/1
 FULL=1 $base_dir/user-md5sum.pl u2001 | sort > /tmp/test/2
 
 diff /tmp/test/1 /tmp/test/2 && echo "OK - md5 database consistant with filesystem"