summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-08-02 22:33:09 +0900
committeritchyny <itchyny@cybozu.co.jp>2023-08-02 22:33:09 +0900
commitfd0d475694bdaf5261340aff9a6a4437b04124dc (patch)
tree67735c55391318b73c8f2e6eef7de53c9303841c
parent680baeffeb7983e7570b5e68db07fe47f94db8c7 (diff)
Fix a test case added in #2790
-rwxr-xr-xtests/shtest1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/shtest b/tests/shtest
index ffeaf390..ea6bc900 100755
--- a/tests/shtest
+++ b/tests/shtest
@@ -533,7 +533,6 @@ else
fi
cat > $d/expected <<EOF
jq: error: Top-level program not given (try ".")
-
jq: 1 compile error
EOF
if ! diff $d/expected $d/out; then