mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
2010-06-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Made test code not use /tmp * test/CookieStorageTest.cc * test/DirectDiskAdaptorTest.cc * test/FallocFileAllocationIteratorTest.cc * test/FileEntryTest.cc * test/FileTest.cc * test/GZipDecoderTest.cc * test/MultiDiskAdaptorTest.cc * test/MultiFileAllocationIteratorTest.cc * test/RequestGroupManTest.cc * test/SignatureTest.cc * test/SingleFileAllocationIteratorTest.cc * test/UtilTest.cc
This commit is contained in:
parent
d787906b34
commit
769783dab4
13 changed files with 40 additions and 24 deletions
|
@ -31,7 +31,7 @@ void GZipDecoderTest::testDecode()
|
|||
GZipDecoder decoder;
|
||||
decoder.init();
|
||||
|
||||
std::string outfile("/tmp/aria2_GZipDecoderTest_testDecode");
|
||||
std::string outfile("./aria2_GZipDecoderTest_testDecode");
|
||||
|
||||
char buf[4096];
|
||||
std::ifstream in("gzip_decode_test.gz", std::ios::binary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue