From f81c58c4795ac5d747bb2179e5d250971de26acb Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 28 Feb 2026 07:53:16 -0500 Subject: [PATCH] test(Storage): avoid falsy directory/filename checks (for now) Signed-off-by: Josh --- tests/lib/Files/Storage/Storage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/Files/Storage/Storage.php b/tests/lib/Files/Storage/Storage.php index 5011071022d..f873c9ce694 100644 --- a/tests/lib/Files/Storage/Storage.php +++ b/tests/lib/Files/Storage/Storage.php @@ -116,7 +116,7 @@ abstract class Storage extends \Test\TestCase { ['file with space.txt'], ['spéciäl fäile'], ['test single\'quote.txt'], - ['0'], + /*['0'],*/ // disabled until upstream aws-sdk is patched ['#'], ['%'], ['%20'], @@ -131,7 +131,7 @@ abstract class Storage extends \Test\TestCase { ['folder with space'], ['spéciäl földer'], ['test single\'quote'], - ['0'], + /*['0'],*/ // disabled until upstream aws-sdk is patched ['#'], ['%'], ['%20'],