Ver a proveniência

dev tools: Fix regression introduced in commit "Print the test data to stdout for convenience.".

tee(1) truncated $fname.  Fortunately, the data that got truncated had just
been `git add`-ed, so no harm was done.
pull/659/head
Daniel Shahaf há 4 anos
ascendente
cometimento
c0ad50e645
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      tests/generate.zsh

+ 1
- 1
tests/generate.zsh Ver ficheiro

@ -63,7 +63,7 @@ fi
git add -- $fname
# Buffer
exec > >(tee $fname)
exec > >(tee -a $fname)
print -n 'BUFFER='
if [[ $buffer != (#s)[$'\t -~']#(#e) ]]; then
print -r -- ${(qqqq)buffer}

Carregando…
Cancelar
Guardar