diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-07-04 17:49:44 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-07-20 15:13:24 +0200 |
commit | 631af42b3afdbea58e49cb85685cc8951f6375b4 (patch) | |
tree | f9f7e77f61632752ed9fe9f44defbc61aa2bfcb1 /apps/files_external/tests | |
parent | b37e1ed17f54916e3321427d92afa3f74ebea1b3 (diff) | |
download | nextcloud-server-631af42b3afdbea58e49cb85685cc8951f6375b4.tar.gz nextcloud-server-631af42b3afdbea58e49cb85685cc8951f6375b4.zip |
Added storage tests for fopen with special chars
This makes it possible to test special chars with unit tests.
There is already a test for directories but there was none for file
names.
Diffstat (limited to 'apps/files_external/tests')
-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 |