From 11c513efbd0ab4959dcf54dea3886eb76c57798d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Apr 2015 20:24:43 -0400 Subject: [PATCH] Our internal directory structure is private --- Library/Homebrew/test/fixtures/test.diff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Library/Homebrew/test/fixtures/test.diff diff --git a/Library/Homebrew/test/fixtures/test.diff b/Library/Homebrew/test/fixtures/test.diff new file mode 100644 index 0000000000..7b57f8fc92 --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.diff @@ -0,0 +1,10 @@ +diff --git a/libexec/NOOP b/libexec/NOOP +index bfdda4c..e08d8f4 100755 +--- a/libexec/NOOP ++++ b/libexec/NOOP +@@ -1,2 +1,2 @@ + #!/bin/bash +-echo NOOP +\ No newline at end of file ++echo ABCD +\ No newline at end of file