tests: make whitespace consistent

Signed-off-by: John Keeping <john@keeping.me.uk>
Este commit está contenido en:
John Keeping 2013-03-04 21:58:50 +00:00 cometido por Jason A. Donenfeld
padre 392e07d28a
commit f9b801a174
Se han modificado 3 ficheros con 17 adiciones y 14 borrados

Ver fichero

@ -20,7 +20,10 @@ run_test 'strip off the header lines' '
tail -n +6 trash/tmp > trash/master.tar.gz tail -n +6 trash/tmp > trash/master.tar.gz
' '
run_test 'verify gzip format' 'gunzip --test trash/master.tar.gz' run_test '
verify gzip format' 'gunzip --test trash/master.tar.gz
'
run_test 'untar' ' run_test 'untar' '
rm -rf trash/master && rm -rf trash/master &&
tar -xf trash/master.tar.gz -C trash tar -xf trash/master.tar.gz -C trash