diff options
Diffstat (limited to 't/chainlint/chained-block.expect')
-rw-r--r-- | t/chainlint/chained-block.expect | 9 |
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 0000000000..f2501bba90 --- /dev/null +++ b/t/chainlint/chained-block.expect @@ -0,0 +1,9 @@ +2 echo nobody home && { +3 test the doohicky ?!LINT: missing '&&'?! +4 right now +5 } && +6 +7 GIT_EXTERNAL_DIFF=echo git diff | { +8 read path oldfile oldhex oldmode newfile newhex newmode && +9 test "z$oh" = "z$oldhex" +10 } |