SDL: Merge commit '643f9e56d03d8be9adf774c4931fe95742225006' into main

https://github.com/libsdl-org/SDL/commit/b0c91397836d32a3ee0592ac36286e8dad613e84

From 643f9e56d03d8be9adf774c4931fe95742225006 Mon Sep 17 00:00:00 2001
From: Francisco Javier Trujillo Mata <[EMAIL REDACTED]>
Date: Sun, 3 Jul 2022 16:20:26 +0200
Subject: [PATCH] Rename folder created in test_filesystem

---
 test/testfilesystem.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/testfilesystem.c b/test/testfilesystem.c
index 9862608d50e..d60308d0fd7 100644
--- a/test/testfilesystem.c
+++ b/test/testfilesystem.c
@@ -37,7 +37,7 @@ main(int argc, char *argv[])
         SDL_free(base_path);
     }
 
-    pref_path = SDL_GetPrefPath("libsdl", "testfilesystem");
+    pref_path = SDL_GetPrefPath("libsdl", "test_filesystem");
     if(pref_path == NULL){
       SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path: %s\n",
                    SDL_GetError());
@@ -46,7 +46,7 @@ main(int argc, char *argv[])
         SDL_free(pref_path);
     }
 
-    pref_path = SDL_GetPrefPath(NULL, "testfilesystem");
+    pref_path = SDL_GetPrefPath(NULL, "test_filesystem");
     if(pref_path == NULL){
       SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path without organization: %s\n",
                    SDL_GetError());