about summary refs log tree commit diff
path: root/pkgs/test/checkpointBuild/hello.patch
diff options
context:
space:
mode:
authorMartin Messer <martin.messer@cyberus-technology.de>2022-12-20 13:53:03 +0100
committerMartin Messer <martin.messer@cyberus-technology.de>2023-12-07 16:56:16 +0100
commit6db96122047fe7bdc1d58e201c9d161c0c479aba (patch)
tree4b6d959a01c1b33d506b285f627cbb58fb8467ec /pkgs/test/checkpointBuild/hello.patch
parentddfddf4b719134ac0acd04595372ca1bde4d0879 (diff)
rename: incremental -> checkpointed builds
Diffstat (limited to 'pkgs/test/checkpointBuild/hello.patch')
-rw-r--r--pkgs/test/checkpointBuild/hello.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/test/checkpointBuild/hello.patch b/pkgs/test/checkpointBuild/hello.patch
new file mode 100644
index 0000000000000..3d0d50c2f20e4
--- /dev/null
+++ b/pkgs/test/checkpointBuild/hello.patch
@@ -0,0 +1,26 @@
+diff --git a/src/hello.c b/src/hello.c
+index 182303c..453962f 100644
+--- a/src/hello.c
++++ b/src/hello.c
+@@ -57,7 +57,7 @@ main (int argc, char *argv[])
+ #endif
+ 
+   /* Having initialized gettext, get the default message. */
+-  greeting_msg = _("Hello, world!");
++  greeting_msg = _("Hello, incremental world!");
+ 
+   /* Even exiting has subtleties.  On exit, if any writes failed, change
+      the exit status.  The /dev/full device on GNU/Linux can be used for
+diff --git a/tests/hello-1 b/tests/hello-1
+index 3b7a815..e15fa95 100755
+--- a/tests/hello-1
++++ b/tests/hello-1
+@@ -21,7 +21,7 @@ export LANGUAGE LC_ALL LC_MESSAGES LANG
+ 
+ tmpfiles="hello-test1.ok"
+ cat <<EOF > hello-test1.ok
+-Hello, world!
++Hello, incremental world!
+ EOF
+ 
+ tmpfiles="$tmpfiles hello-test1.out"