summaryrefslogtreecommitdiffstats
path: root/tests/gnu/regex_invalid_utf8.sh
blob: 7006dcd90282cdfeefe645a9f8d03cb520028c24 (plain)
1
2
3
4
5
6
7
8
cd "$TEST"

# Incomplete UTF-8 sequences
touch $'\xC3' || skip
touch $'\xE2\x84' || skip
touch $'\xF0\x9F\x92' || skip

bfs_diff . -regex '\./..'