summaryrefslogtreecommitdiffstats
path: root/tests/run
diff options
context:
space:
mode:
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