wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Test Case for `--convert-links` (#484)


From: Archit Pandey
Subject: Re: wget2 | Test Case for `--convert-links` (#484)
Date: Fri, 25 Oct 2019 15:09:38 +0000



Archit Pandey commented:


Ah alright. 

I faced an issue of the expected file timestamps not matching. I'm guessing 
this is because `--convert-links` overwrites the file. `libtest.c` checks for 
matching timestamps:
```c
1713        if (expected_files[it].timestamp && st.st_mtime != 
expected_files[it].timestamp)
1714            wget_error_printf_exit("Unexpected timestamp '%s/%s' [%s]\n", 
tmpdir, fname, options);
``` 

Are we planning on modifying this check?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/484#note_235766648
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]