use bytes for create_user
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 10 Dec 2011 21:39:25 +0000 (22:39 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 10 Dec 2011 21:39:25 +0000 (22:39 +0100)
test.sh

diff --git a/test.sh b/test.sh
index cad1f06..8518ecf 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -18,8 +18,8 @@ pull() {
 #sudo ./remove-user.sh test2@example.com
 base_dir=`pwd`
 
-RSYNC_LOGIN=`sudo ./create-user.sh test@example.com secret 500k`
-RSYNC_LOGIN2=`sudo ./create-user.sh test2@example.com secret 100k`
+RSYNC_LOGIN=`sudo ./create-user.sh test@example.com secret 500000`
+RSYNC_LOGIN2=`sudo ./create-user.sh test2@example.com secret 100000`
 
 . ./env.sh