summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-22 10:45:20 +0100
committerJim Meyering <meyering@redhat.com>2012-01-22 11:00:06 +0100
commitfcff123a3d67e2ce1bbd4592d39fa791087d9f8e (patch)
treea1764d614454f909ecec4529ff232bf29999f1c2 /tests
parent0943cac756268c9476db0bc95151207755f469f5 (diff)
downloadgrep-fcff123a3d67e2ce1bbd4592d39fa791087d9f8e.tar.gz
build: update gnulib to latest; adjust quoting in tests
* gnulib: Update. * tests/in-eq-out-infloop: Convert expected diagnostics to match new quoting.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/in-eq-out-infloop4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/in-eq-out-infloop b/tests/in-eq-out-infloop
index fc7acc6e..0ef408a6 100755
--- a/tests/in-eq-out-infloop
+++ b/tests/in-eq-out-infloop
@@ -16,8 +16,8 @@ echo "$v" > out || framework_failure_
for arg in out - ''; do
case $arg in
- out) echo 'grep: input file `out'\'' is also the output';;
- *) echo 'grep: input file `(standard input)'\'' is also the output';;
+ out) echo "grep: input file 'out' is also the output";;
+ *) echo "grep: input file '(standard input)' is also the output";;
esac > err.exp || framework_failure_
# Require an exit status of 2.