aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-26 02:20:39 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-26 02:20:39 -0300
commita549c6d46fdd0b556278548dc7163319c54e3caf (patch)
tree8270efb3f11c111bd34ee4b35cfc0171434653fd /test
parent7c8e527c64775b2d6ed19d6fcb9e688397501812 (diff)
downloadluarocks-a549c6d46fdd0b556278548dc7163319c54e3caf.tar.gz
luarocks-a549c6d46fdd0b556278548dc7163319c54e3caf.tar.bz2
luarocks-a549c6d46fdd0b556278548dc7163319c54e3caf.zip
Try not to block checking server identification.
Diffstat (limited to 'test')
-rwxr-xr-xtest/testing.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index f87a10ef..73383bac 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -154,6 +154,9 @@ then
154 make install INSTALL_TOP="$luadir" &> /dev/null 154 make install INSTALL_TOP="$luadir" &> /dev/null
155 fi 155 fi
156 popd 156 popd
157 [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa
158 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
159 chmod og-wx ~/.ssh/authorized_keys
157else 160else
158 luadir="/Programs/Lua/Current" 161 luadir="/Programs/Lua/Current"
159fi 162fi