Selaa lähdekoodia

tests: parameter-to-global-alias: Use alias name less likely to clash

master
m0viefreak 4 vuotta sitten
committed by Matthew Martin
vanhempi
commit
0b5b3dcc0c
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. +4
    -4
      highlighters/main/test-data/parameter-to-global-alias.zsh

+ 4
- 4
highlighters/main/test-data/parameter-to-global-alias.zsh Näytä tiedosto

@ -28,12 +28,12 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
if type x >/dev/null; then
skip_test="Test is written on the assumption that 'x' is not a valid command name, but that assumption does not hold"
if type global_alias >/dev/null; then
skip_test="Test is written on the assumption that 'global_alias' is not a valid command name, but that assumption does not hold"
return 0
fi
alias -g x=y
local s=x
alias -g global_alias=y
local s=global_alias
BUFFER=$'$s'

Ladataan…
Peruuta
Tallenna