From b82c2319004fba89e06698a9df124b768e29a536 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 5 Mar 2015 21:52:02 -0600 Subject: Remove -i option (#704) In-place editing should be implemented with builtins for file I/O. --- tests/run | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3