diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-23 16:12:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 16:12:24 -0600 |
commit | 49d0507f5d1954a439a69f4d1a4e94a8cc2981dd (patch) | |
tree | ef056f3e0c36306297140982241271219c1688aa /build/integration/run.sh | |
parent | 71c80433c2921d13c4dc35f5dad7fba2efe00ba5 (diff) | |
parent | 3c1e7e5ada0710988cb6ff498ae430d9718179c4 (diff) | |
download | nextcloud-server-49d0507f5d1954a439a69f4d1a4e94a8cc2981dd.tar.gz nextcloud-server-49d0507f5d1954a439a69f4d1a4e94a8cc2981dd.zip |
Merge pull request #3879 from nextcloud/downstream-26915
Added integration tests for sharees using v2.php
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-x | build/integration/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh index f423c3e6fb7..282a4303395 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -58,7 +58,7 @@ RESULT=$? kill $PHPPID kill $PHPPID_FED -if [ "$INSTALLED" -eq "true" ]; then +if [ "$INSTALLED" == "true" ]; then $OCC files_external:delete -y $ID_STORAGE |