1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-24 17:00:32 +02:00

45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preserves-xtrace test

Tweaked per workers/45550, needs workers/45536 to be effective
This commit is contained in:
dana 2020-03-13 08:49:57 -05:00
parent fd627a504f
commit 778f391a3b
2 changed files with 6 additions and 1 deletions

View file

@ -160,7 +160,7 @@
}
functions -T ${1}
${1}
which ${1}
LC_ALL=C which ${1}
"
done
0:a function that redefines itself preserves tracing