Set locale related environment variables in debugglibc.sh
authorArjun Shankar <arjun@redhat.com>
Thu, 24 Sep 2020 12:58:36 +0000 (14:58 +0200)
committerArjun Shankar <arjun@redhat.com>
Thu, 24 Sep 2020 12:58:36 +0000 (14:58 +0200)
commitb3b0b6916a2d4a966bbd852964054d475836c9eb
treefae34c693c138bccff995aa4493fd1c31a1b810b
parent03e26098b174abec1158a9ed9352a45a3176ef7b
Set locale related environment variables in debugglibc.sh

Tests and binaries that use locale related functions need to run in the
correct locale environment when being debugged via debugglibc.sh.  This
commit sets up the environment, specifically: GCONV_PATH, LOCPATH, and
LC_ALL for such tests and binaries when they are being debugged outside
of a test container.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Makefile