diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-09 18:35:43 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-09 18:35:43 -0400 |
commit | f3caded7d953f3f04771a2a1bf741b52f8797519 (patch) | |
tree | 311bf573a6ee856057e2f1774d39227ace4b6159 /tests/cachekey/project/files | |
parent | 2193e9f61428d0de7028780d9492be54c305da86 (diff) | |
download | buildstream-f3caded7d953f3f04771a2a1bf741b52f8797519.tar.gz |
tests/cachekey: Adding cache key tests for new patch source
Diffstat (limited to 'tests/cachekey/project/files')
-rw-r--r-- | tests/cachekey/project/files/patches/patch.diff | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cachekey/project/files/patches/patch.diff b/tests/cachekey/project/files/patches/patch.diff new file mode 100644 index 000000000..6cc369110 --- /dev/null +++ b/tests/cachekey/project/files/patches/patch.diff @@ -0,0 +1,7 @@ +--- a/usr/bin/hello ++++ b/usr/bin/hello +@@ -1,3 +1,3 @@ + #!/bin/bash + +-echo "Hello !" ++echo "Bye !" |