aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/bitcoin-util-test.json
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-08-19 12:11:50 -0400
committerJeff Garzik <[email protected]>2014-08-19 12:11:50 -0400
commitfb11427e54a787c26b48ebe192868d3aec16f80c (patch)
tree15bee02d3211d2043b2f5b390ee19745b79bbc6a /src/test/data/bitcoin-util-test.json
parentMerge pull request #4670 (diff)
parentbitcoin-tx: Accept input via stdin. Add input handling to tests. (diff)
downloaddiscoin-fb11427e54a787c26b48ebe192868d3aec16f80c.tar.xz
discoin-fb11427e54a787c26b48ebe192868d3aec16f80c.zip
Merge pull request #4624
Diffstat (limited to 'src/test/data/bitcoin-util-test.json')
-rw-r--r--src/test/data/bitcoin-util-test.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/data/bitcoin-util-test.json b/src/test/data/bitcoin-util-test.json
new file mode 100644
index 000000000..16bcb4489
--- /dev/null
+++ b/src/test/data/bitcoin-util-test.json
@@ -0,0 +1,9 @@
+[
+ { "exec": ["./bitcoin-tx", "-create"],
+ "output_cmp": "blanktx.hex"
+ },
+ { "exec": ["./bitcoin-tx", "-"],
+ "input": "blanktx.hex",
+ "output_cmp": "blanktx.hex"
+ }
+]