mirror of
https://git.zx2c4.com/cgit
synced 2024-11-08 09:38:41 +00:00
tests: make whitespace consistent
Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
392e07d28a
commit
f9b801a174
@ -20,7 +20,10 @@ run_test 'strip off the header lines' '
|
||||
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' '
|
||||
rm -rf trash/master &&
|
||||
tar -xf trash/master.tar.gz -C trash
|
||||
|
Loading…
Reference in New Issue
Block a user