]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Remove -F option to ls.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 18 Jul 2017 23:56:58 +0000 (01:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 3 Aug 2017 20:37:02 +0000 (22:37 +0200)
Quoting the current help text of the option:

This option is the default, so it does nothing. Deprecated as of
v0.6.0, scheduled for removal in v0.6.1.

This patch gets rid of the option and also adjusts the test suite,
which still used it.

NEWS.md
m4/lls/server_cmd.suite.m4
t/t0004-server.sh

diff --git a/NEWS.md b/NEWS.md
index 894922f885ad14ac5c25f3f203706d5246889ad2..05400a909fa001b10ee63dd7e030648fda4cd3ca 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -12,6 +12,8 @@ current master branch
 - The doxygen source browser has been disabled temporarily. The
   API reference is still online, though.
 - Overhaul of the source code documentation.
+- The deprecated --full-path option of the ls command has been
+  removed. It was a no-op since 0.6.0.
 
 -------------------------------
 0.6.0 (2017-04-28) "fuzzy flux"
index 5ac7f16afa6888f97488e8c5d4dd6a7db0d94a64..2145c516a5a5f0f0666bf75419ffd44d38ce311a 100644 (file)
@@ -219,13 +219,6 @@ aux_info_prefix = Permissions:
                        also given), chunk time and chunk offsets.
 
                [/help]
-       [option full-path]
-               short_opt = F
-               summary = list full paths, match full paths against patterns
-               [help]
-                       This option is the default, so it does nothing. Deprecated as of
-                       v0.6.0, scheduled for removal in v0.6.1.
-               [/help]
        [option basename]
                short_opt = b
                summary = list and match basenames only
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++