Home
last modified time | relevance | path

Searched refs:qls (Results 1 – 1 of 1) sorted by relevance

/coreutils/tests/ls/
Dcolor-norm.sh31 qls() { sed 's/-r.*norm/norm/'; } function
40 LS_COLORS=$TCOLORS ls -gGU --color exe nocolor | qls >> out || fail=1
42 LS_COLORS=$TCOLORS ls -gGU --color nocolor exe | qls >> out || fail=1
46 LS_COLORS=$TCOLORS:fi=1 ls -gGU --color nocolor exe | qls >> out || fail=1
51 LS_COLORS=$TCOLORS:fi= ls -gGU --color nocolor exe | qls >> out || fail=1
52 LS_COLORS=$TCOLORS:fi=0 ls -gGU --color nocolor exe | qls >> out || fail=1
59 LS_COLORS=$TCOLORS ls -gGU nocolor exe | qls >> out || fail=1