summaryrefslogtreecommitdiff
path: root/t/chainlint/chained-block.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chained-block.expect')
-rw-r--r--t/chainlint/chained-block.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/chainlint/chained-block.expect b/t/chainlint/chained-block.expect
new file mode 100644
index 0000000..574cdce
--- /dev/null
+++ b/t/chainlint/chained-block.expect
@@ -0,0 +1,9 @@
+echo nobody home && {
+ test the doohicky ?!AMP?!
+ right now
+} &&
+
+GIT_EXTERNAL_DIFF=echo git diff | {
+ read path oldfile oldhex oldmode newfile newhex newmode &&
+ test "z$oh" = "z$oldhex"
+}