diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-20 20:56:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 20:56:59 +0200 |
commit | e08278494d0ccc785065dfb6666e2e67e4cda705 (patch) | |
tree | d96ea941074eeda5d557d01fc411aa9b0e8dbd91 /apps | |
parent | 1088916edaf5166e5dd4cf57a796ddb38b9c1477 (diff) | |
parent | 631af42b3afdbea58e49cb85685cc8951f6375b4 (diff) | |
download | nextcloud-server-e08278494d0ccc785065dfb6666e2e67e4cda705.tar.gz nextcloud-server-e08278494d0ccc785065dfb6666e2e67e4cda705.zip |
Merge pull request #471 from nextcloud/storage-fopenspecialchars
Added storage tests for fopen with special chars
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_external/tests/env/start-swift-ceph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/env/start-swift-ceph.sh b/apps/files_external/tests/env/start-swift-ceph.sh index b73fa899a6d..3a299a6fa85 100755 --- a/apps/files_external/tests/env/start-swift-ceph.sh +++ b/apps/files_external/tests/env/start-swift-ceph.sh @@ -80,7 +80,7 @@ if ! "$thisFolder"/env/wait-for-connection ${host} 80 600; then exit 1 fi echo "Waiting another 15 seconds" -sleep 15 +sleep 15 cat > $thisFolder/config.swift.php <<DELIM <?php |