From: Andre Noll Date: Sun, 27 Dec 2015 22:04:58 +0000 (+0000) Subject: t0004: Switch to new syntax for ls command. X-Git-Tag: v0.5.6~70 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fec6da69ca90a08992b7b624cfe9db82ba90b186;ds=sidebyside t0004: Switch to new syntax for ls command. The old way of specifying ls options is deprecated and should no longer be used. --- diff --git a/t/t0004-server.sh b/t/t0004-server.sh index a14a04e9..76128512 100755 --- a/t/t0004-server.sh +++ b/t/t0004-server.sh @@ -45,7 +45,7 @@ bad[$i]='.' 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++