biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / test / checkpointBuild / hello.patch
blob3d0d50c2f20e4ee562e13dca6fb524321c1a2039
1 diff --git a/src/hello.c b/src/hello.c
2 index 182303c..453962f 100644
3 --- a/src/hello.c
4 +++ b/src/hello.c
5 @@ -57,7 +57,7 @@ main (int argc, char *argv[])
6 #endif
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
16 --- a/tests/hello-1
17 +++ b/tests/hello-1
18 @@ -21,7 +21,7 @@ export LANGUAGE LC_ALL LC_MESSAGES LANG
20 tmpfiles="hello-test1.ok"
21 cat <<EOF > hello-test1.ok
22 -Hello, world!
23 +Hello, incremental world!
24 EOF
26 tmpfiles="$tmpfiles hello-test1.out"