diff options
Diffstat (limited to 'build/integration/files_features')
-rw-r--r-- | build/integration/files_features/windows_compatibility.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/files_features/windows_compatibility.feature b/build/integration/files_features/windows_compatibility.feature index 2fdd37d67a1..feaaca1ed3a 100644 --- a/build/integration/files_features/windows_compatibility.feature +++ b/build/integration/files_features/windows_compatibility.feature @@ -54,7 +54,7 @@ Feature: Windows compatible filenames And invoking occ with "files:windows-compatible-filenames --enable" And invoking occ with "files:sanitize-filenames user0" Then as "user0" the file "/2*2=4.txt" does not exist - And as "user0" the file "/2 2=4.txt" exists + And as "user0" the file "/2_2=4.txt" exists Scenario: renaming a file with invalid character and replacement setup Given As an "admin" |