summaryrefslogtreecommitdiffstats
path: root/tests/pkg/patches/01_goodbye.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg/patches/01_goodbye.patch')
-rw-r--r--tests/pkg/patches/01_goodbye.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pkg/patches/01_goodbye.patch b/tests/pkg/patches/01_goodbye.patch
new file mode 100644
index 0000000..e30f1c4
--- /dev/null
+++ b/tests/pkg/patches/01_goodbye.patch
@@ -0,0 +1,7 @@
+diff -Naur a/src/foo.sh b/src/foo.sh
+--- a/src/foo.sh
++++ b/src/foo.sh
+@@ -1,2 +1,2 @@
+ #!/bin/sh
+-printf 'Hello, world!\n'
++printf 'Goodbye, world!\n'