Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Aug 5, 2024
1 parent 9f99f7a commit fb8f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ expected=$(echo 5 | sh "$cmdfile" 2>/dev/null)
result=$(echo 5 | "$TRY" "$cmdfile" 2>&1)

# using grep because stdout also includes try err/warns
echo $result | grep 15 > /dev/null
echo "$result" | grep 15 > /dev/null

0 comments on commit fb8f29b

Please sign in to comment.