1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-21 19:31:50 +02:00
zsh/Test/list-XFails
2020-01-13 22:48:55 +00:00

6 lines
209 B
Bash
Executable File

#!/bin/sh
# This script lists tests that are currently expected to fail. (I.e., tests
# for bugs that haven't been fixed yet.)
grep --color -E -n '^[-0-9.dDqf]*f[-0-9.dDqf]*:' -- "$(dirname -- "$0")"/*.ztst