Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > be4948afe48052609d11793165a4e293 > files > 1

pv-1.6.20-2.mga9.src.rpm

--- pv-1.6.0/tests/007-bytes~	2012-05-06 18:22:23.000000000 +0200
+++ pv-1.6.0/tests/007-bytes	2015-07-25 10:21:04.793192462 +0200
@@ -3,7 +3,7 @@
 # Check that the byte counter counts.
 
 dd if=/dev/zero bs=100 count=1 2>/dev/null \
-| LANG=C $PROG -f -b >/dev/null 2>$TMP1
+| LANGUAGE=C $PROG -f -b >/dev/null 2>$TMP1
 NUM=`tr '\r' '\n' < $TMP1 | tr -d ' '`
 test "$NUM" = "100B"