]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/unicode3.sub
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / tests / unicode3.sub
1 export LANG=en_US.UTF-8 # make sure
2
3 cd $TMPDIR # try to avoid NFS artifacts
4 payload=$'\065\247\100\063\231\053\306\123\070\237\242\352\263'
5 "$payload"
6
7 cd "$payload"
8 printf %q "$payload"
9 echo
10
11 set -x ; : "$payload" ; set +x
12 cd $OLDPWD