1 diff --git a/src/hello.c b/src/hello.c
2 index 182303c..453962f 100644
5 @@ -57,7 +57,7 @@ main (int argc, char *argv[])
8 /* Having initialized gettext, get the default message. */
9 - greeting_msg = _("Hello, world!");
10 + greeting_msg = _("Hello, incremental world!");
12 /* Even exiting has subtleties. On exit, if any writes failed, change
13 the exit status. The /dev/full device on GNU/Linux can be used for
14 diff --git a/tests/hello-1 b/tests/hello-1
15 index 3b7a815..e15fa95 100755
18 @@ -21,7 +21,7 @@ export LANGUAGE LC_ALL LC_MESSAGES LANG
20 tmpfiles="hello-test1.ok"
21 cat <<EOF > hello-test1.ok
23 +Hello, incremental world!
26 tmpfiles="$tmpfiles hello-test1.out"