1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 05:12:15 +02:00

gnulib: update to latest and adapt printf-quote.sh test

* .gitignore: Add /lib/limits.h.
* tests/misc/printf-quote.sh: Reflect that a single quote is now
rendered as "'", rather than as ''\'''.
This commit is contained in:
Jim Meyering
2016-10-03 09:00:48 -07:00
parent 0e060d9fef
commit 1d5fe84b4e
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View 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

2
gnulib

Submodule gnulib updated: 6d237fd01d...7dad5f2559

View File

@@ -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'