aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/test.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
commiteb40baacfc74b7962eeef3d25ccea0046f5ec1ef (patch)
tree220ad9bde88eac1001412b1f38beddca7fe72222 /share/completions/test.fish
parent133ba6e01b5fe1fc87d0278300af9c367653c4b9 (diff)
update completions for builtin commands
Diffstat (limited to 'share/completions/test.fish')
-rw-r--r--share/completions/test.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/completions/test.fish b/share/completions/test.fish
index 5ce76809..90de3e2f 100644
--- a/share/completions/test.fish
+++ b/share/completions/test.fish
@@ -23,9 +23,7 @@ complete -c test -s d --description "File is directory"
complete -c test -s e --description "File exists"
complete -c test -s f --description "File is regular"
complete -c test -s g --description "File is set-group-ID"
-complete -c test -s h --description "File is symlink"
complete -c test -s G --description "File owned by effective group ID"
-complete -c test -s k --description "File has sticky bit set"
complete -c test -s L --description "File is symlink"
complete -c test -s O --description "File owned by effective user ID"
complete -c test -s p --description "File is named pipe"