From 4d86466aec3ba279ca747faa3512177fef6511d8 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 9 Dec 2015 12:18:51 +0100 Subject: Use default timeout on connection test --- apps/files_external/tests/env/start-smb-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_external/tests/env/start-smb-windows.sh b/apps/files_external/tests/env/start-smb-windows.sh index 9453b4eb3e7..a23c879dd96 100755 --- a/apps/files_external/tests/env/start-smb-windows.sh +++ b/apps/files_external/tests/env/start-smb-windows.sh @@ -19,7 +19,7 @@ user=smb-test password=!owncloud123 host=WIN-9GTFAS08C15 -if ! "$thisFolder"/env/wait-for-connection ${host} 445 0; then +if ! "$thisFolder"/env/wait-for-connection ${host} 445; then echo "[ERROR] Server not reachable" >&2 exit 1 fi -- cgit v1.2.3