diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-11 13:07:01 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-11-30 12:38:26 +0100 |
commit | ad5051ef9da4e1f384237ecf1260e0cad95e0ea7 (patch) | |
tree | 8d77bcf0da5d81b66ebd7f34c633dac9298683e1 /Makefile | |
parent | 80cc2c3723a1e28f45edd78168c72a26d41403e9 (diff) |
truncating /dev/null to zero is always successful
Calling truncate on /dev/null can happen by the download methods if they
are instructed to download a file to /dev/null (as testcases are only
interested in the status code, but do not support HEAD requests yet)
So just ignore truncate calls on the /dev/null file as it is always
empty anyway, so truncating to zero isn't a problem.
Git-Dch: Ignore
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions