summaryrefslogtreecommitdiffstats
path: root/tests/run
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-03-05 21:52:02 -0600
committerNicolas Williams <nico@cryptonector.com>2015-03-05 21:52:02 -0600
commitb82c2319004fba89e06698a9df124b768e29a536 (patch)
tree3018aa7ffaa0fcd94738679883ecd0cae492ac1d /tests/run
parent3d2ab93b116f966b071e835a6656452cafc61aef (diff)
Remove -i option (#704)
In-place editing should be implemented with builtins for file I/O.
Diffstat (limited to 'tests/run')
-rwxr-xr-xtests/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run b/tests/run
index 3250b33a..bb7d0727 100755
--- a/tests/run
+++ b/tests/run
@@ -129,11 +129,6 @@ EOF
printf '1\n'|./jq -ces --seq '. == [1]' >/dev/null 2> $d/out
cmp $d/out $d/expected
-$VALGRIND $Q ./jq -n '0, 1, 2' > $d/a
-$VALGRIND $Q ./jq -n '3, 4, 5' > $d/b
-$VALGRIND $Q ./jq -i '.+1' $d/a $d/b
-$VALGRIND $Q ./jq -se '. == [1,2,3,4,5,6]' $d/a
-
## Test streaming parser
## If we add an option to stream to the `import ... as $symbol;` directive