t0004: Switch to new syntax for ls command.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 27 Dec 2015 22:04:58 +0000 (22:04 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jan 2016 11:58:29 +0000 (12:58 +0100)
The old way of specifying ls options is deprecated and should no
longer be used.

t/t0004-server.sh

index a14a04e9d05bbf33034b8630e05141aa9632a33d..76128512bca28b7fba427cdb4b36b446629472cd 100755 (executable)
@@ -45,7 +45,7 @@ bad[$i]='.'
 let i++
 commands[$i]="ls_ogg"
 required_objects[$i]='ogg_afh'
 let i++
 commands[$i]="ls_ogg"
 required_objects[$i]='ogg_afh'
-cmdline[$i]="ls -lv ${oggs_base[@]}"
+cmdline[$i]="ls -l=v ${oggs_base[@]}"
 good[$i]='^basename:'
 
 let i++
 good[$i]='^basename:'
 
 let i++