split md5sum db per user
[cloudstore.git] / test.sh
diff --git a/test.sh b/test.sh
index 8b6504c..70f1b38 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -20,7 +20,7 @@ pull() {
 sudo ./remove-user.sh test@example.com
 sudo ./remove-user.sh test2@example.com
 
-RSYNC_LOGIN=`sudo ./create-user.sh test@example.com secret 200k`
+RSYNC_LOGIN=`sudo ./create-user.sh test@example.com secret 500k`
 RSYNC_LOGIN2=`sudo ./create-user.sh test2@example.com secret 20k`
 
 dir=/tmp/test
@@ -69,6 +69,8 @@ md5sum clone/* | sed -e 's!  !  _import/foo/bar/baz!' > md5sum
 cat md5sum
 push md5sum -v
 
+exit
+
 # test send
 
 ps ax >> sent-to-$RSYNC_LOGIN2