Skip to content

Commit df9513b

Browse files
committed
fixup! feat: allow writing to output file (close #2418)
1 parent e029e26 commit df9513b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/shtest

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,10 +807,8 @@ cmp $d/out $d/expected
807807

808808
printf '{"wide":"👋"}' > $d/expected
809809
$JQ -j -c -o $d/out -n "{wide:\"👋\"}"
810-
cat $d/out $d/expected
811810
cmp $d/out $d/expected
812811

813-
814812
if ! $msys && ! $mingw; then
815813
# Test handling of timezones -- #2429, #2475
816814
if ! r=$(TZ=Asia/Tokyo $JQ -rn '1731627341 | strflocaltime("%F %T %z %Z")') \

0 commit comments

Comments
 (0)