server: Remove -F option to ls.
[paraslash.git] / t / t0004-server.sh
index 5329ef0f3aaf85b7f50f0b460e28026ca4067378..6a8e5bf1d77522658674a27e5370df26527f5c11 100755 (executable)
@@ -69,7 +69,7 @@ bad[$i]='.'
 let i++
 commands[$i]="ls"
 required_objects[$i]='ogg_afh'
-cmdline[$i]="ls -l=v -F ${oggs[@]}"
+cmdline[$i]="ls -l=v ${oggs[@]}"
 good[$i]='^attributes_txt: 33'
 
 let i++