mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 06:41:00 +00:00
Remove superfluous path slash
Really fix the test_misc unit test by removing a superluous path slash. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3672 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
13df77c0b5
commit
860def8d34
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ real url None
|
|||
error
|
||||
|
||||
url test.swf
|
||||
cache key file:///%(curdir)s/%(datadir)s/test.swf
|
||||
real url file:///%(curdir)s/%(datadir)s/test.swf
|
||||
cache key file://%(curdir)s/%(datadir)s/test.swf
|
||||
real url file://%(curdir)s/%(datadir)s/test.swf
|
||||
name SWF
|
||||
valid
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue