]> arthur.barton.de Git - bup.git/blobdiff - t/test-on.sh
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / t / test-on.sh
index 24c2c383511363941c1ab263ef2836a56d0c55f2..871bf2e08496fb53f04b2102f2e2043d9c1ea674 100755 (executable)
@@ -47,7 +47,7 @@ WVSTART "index-cache"
 # the 'a-zA-Z0-9_' is '\w' from python,
 # the trailing _ is because there's no dir specified
 # and that should thus be empty
-hostname=$(bup python -c "from bup import helpers ; print(helpers.hostname().decode('iso8859-1'))")
+hostname=$(uname -n)
 idxcache=$(echo "$hostname" | sed 's/[^@a-zA-Z0-9_]/_/g')_
 # there should be an index-cache now
 for idx in "$tmpdir"/bup/objects/pack/*.idx ; do