aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-03-16 18:22:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-03-16 18:22:02 -0400
commit6c34a5d86120e168b23bc8e35705ba1967231acf (patch)
tree8056f7f4df2567703f21db15da68535b313eb38b /test.sh
parentREADME: rewrite & update (diff)
downloadrpm2targz-6c34a5d86120e168b23bc8e35705ba1967231acf.tar.gz
rpm2targz-6c34a5d86120e168b23bc8e35705ba1967231acf.tar.bz2
rpm2targz-6c34a5d86120e168b23bc8e35705ba1967231acf.zip
test: force ASCII output with tests
Test listings are all in ASCII, so ignore host env settings. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
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 ./*