aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-26 02:26:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-26 02:26:52 -0300
commit26394012b1a4bf917cffd56a214ce044e6fa3220 (patch)
tree8ba904a35e6f8727406e53de1705f21aca2250cb /test
parenta549c6d46fdd0b556278548dc7163319c54e3caf (diff)
downloadluarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.tar.gz
luarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.tar.bz2
luarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.zip
Make localhost a known host.
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