commit:     6c34a5d86120e168b23bc8e35705ba1967231acf
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 22:22:02 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 22:22:02 2021 +0000
URL:        https://gitweb.gentoo.org/proj/rpm2targz.git/commit/?id=6c34a5d8

test: force ASCII output with tests

Test listings are all in ASCII, so ignore host env settings.

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 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 ./*

Reply via email to