k 5 test/infest*: remove batch mode from cac ssh call

this leads to "permission denied"
This commit is contained in:
makefu 2015-12-23 16:02:58 +01:00
parent b8ac3e2b8d
commit cf3391704d

View File

@ -53,7 +53,6 @@ wait_login_cac(){
for t in `seq 180`;do
# now we have a working cac server
if cac ssh $1 -o ConnectTimeout=10 \
-o BatchMode=yes \
cat /etc/redhat-release | \
grep CentOS ;then
return 0