You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The test
`org.apache.hadoop.fs.TestFsShellList#testList`
creates files with special characters and
tries to list them using `ls`.
* Filenames with special characters aren't
allowed on Windows.
* Thus, we need to modify the test to only
test for non-special characters on Windows
and include the filenames with special
characters on non-Windows environments.
0 commit comments