]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
gnulib: update to latest and adapt printf-quote.sh test
authorJim Meyering <meyering@fb.com>
Mon, 3 Oct 2016 16:00:48 +0000 (09:00 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 15 Oct 2016 15:41:42 +0000 (08:41 -0700)
* .gitignore: Add /lib/limits.h.
* tests/misc/printf-quote.sh: Reflect that a single quote is now
rendered as "'", rather than as ''\'''.

.gitignore
gnulib
tests/misc/printf-quote.sh

index 86574ecc99e1b8cba11f1827ed753947dd0ba7fd..388e6643d4dd8f7d854f931aa6d862d103ced558 100644 (file)
@@ -68,6 +68,7 @@
 /lib/inttypes.h
 /lib/langinfo.h
 /lib/libcoreutils.a
+/lib/limits.h
 /lib/link-warning.h
 /lib/locale.h
 /lib/math.h
diff --git a/gnulib b/gnulib
index 6d237fd01d98f2cdd588055a088fed39646ab82f..7dad5f25591de682c452c3fc39ffe2fa11e21491 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 6d237fd01d98f2cdd588055a088fed39646ab82f
+Subproject commit 7dad5f25591de682c452c3fc39ffe2fa11e21491
index 963665669a6ce0c580ee87fc90daea58d1cefad7..43b6dcc84ea107fb3eb3fd5c51d5eeffa74c7c77 100755 (executable)
@@ -25,7 +25,7 @@ prog='env printf'
 $prog '%q\n' '' "'" a 'a b' '~a' 'a~' "$($prog %b 'a\r')" > out
 cat <<\EOF > exp || framework_failure_
 ''
-''\'''
+"'"
 a
 'a b'
 '~a'