From fec6da69ca90a08992b7b624cfe9db82ba90b186 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 27 Dec 2015 22:04:58 +0000 Subject: [PATCH] t0004: Switch to new syntax for ls command. The old way of specifying ls options is deprecated and should no longer be used. --- t/t0004-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ -- 2.39.2