Skip to content

Commit

Permalink
Use environment variable for dgsh-tee
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Aug 13, 2020
1 parent 1eb3c8e commit 2a7efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-tools/tests-regression/test-tee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ do
for buffer in 128 1000000
do
$DGSH -c "
dgsh-tee -b $buffer -s -i words |
$DGSH_TEE -b $buffer -s -i words |
dgsh-parallel -n 8 cat |
sort -mn >a"
ensure_same "Scatter to blocking sinks $flags -b $buffer" words a
Expand Down

0 comments on commit 2a7efb4

Please sign in to comment.