From 6c34a5d86120e168b23bc8e35705ba1967231acf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 16 Mar 2021 18:22:02 -0400 Subject: test: force ASCII output with tests Test listings are all in ASCII, so ignore host env settings. Signed-off-by: Mike Frysinger --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index e8d20b7..efedc4a 100755 --- a/test.sh +++ b/test.sh @@ -37,7 +37,7 @@ for rpm in ../rpm/*.rpm ; do fi # do not track timestamps as some cpio archives # only contain info for the files, not the dirs - tree -apsn -o ../${r}.lst + tree -apsn --charset ASCII -o ../${r}.lst mv ../${r}.lst ./ diff -u ${r}.lst ../lst/ rm -rf ./* -- cgit v1.2.3-65-gdbad