Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13405: Remove some test code.
  • Loading branch information
gac410 committed Dec 31, 2015
1 parent 3a4a220 commit f43bcf5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ sub check_current_value {
$Foswiki::cfg{NFCNormalizeFilenames} = 0;
}
else {
if ( scalar @list && NFD($testfile) eq $list[0] ) {
if ( scalar @list && $testfile eq $list[0] ) {
$e .= $reporter->NOTE("NFD Data Storage Detected");
$e .= $reporter->ERROR(
"Filename Normalization should be enabled on NFD File Systems."
Expand Down

0 comments on commit f43bcf5

Please sign in to comment.