diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 13:02:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 13:02:25 +0100 |
commit | 7fb2f7f5fe21c39f9a22e710935a11b1bd93c912 (patch) | |
tree | 188cdd94a32a2dc78a134940f56c491c4b83a26a /apps | |
parent | 5c95939bf388111a21ca94461e37b1b0b0b38159 (diff) | |
parent | 4d86466aec3ba279ca747faa3512177fef6511d8 (diff) | |
download | nextcloud-server-7fb2f7f5fe21c39f9a22e710935a11b1bd93c912.tar.gz nextcloud-server-7fb2f7f5fe21c39f9a22e710935a11b1bd93c912.zip |
Merge pull request #21068 from owncloud/fix-exit-code-autotest-external
Fix exit code autotest external
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_external/tests/env/start-smb-windows.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |