aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/testing.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index 73383bac..00ec9be5 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -157,6 +157,7 @@ then
157 [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa 157 [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa
158 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys 158 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
159 chmod og-wx ~/.ssh/authorized_keys 159 chmod og-wx ~/.ssh/authorized_keys
160 ssh-keyscan localhost >> ~/.ssh/known_hosts
160else 161else
161 luadir="/Programs/Lua/Current" 162 luadir="/Programs/Lua/Current"
162fi 163fi