summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-10-03 09:00:48 -0700
committerJim Meyering <meyering@fb.com>2016-10-15 08:41:42 -0700
commit1d5fe84b4eabb54bf0847eaf83a15c2dae21d2f6 (patch)
treee3e94922c6aee4896558a3b1616d00e912d2aa67 /tests/misc
parent0e060d9fef64727aa2d41f00f8217c61166bb2e0 (diff)
downloadcoreutils-1d5fe84b4eabb54bf0847eaf83a15c2dae21d2f6.tar.xz
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 ''\'''.
Diffstat (limited to 'tests/misc')
-rwxr-xr-xtests/misc/printf-quote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/printf-quote.sh b/tests/misc/printf-quote.sh
index 963665669..43b6dcc84 100755
--- a/tests/misc/printf-quote.sh
+++ b/tests/misc/printf-quote.sh
@@ -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'