fix cleanup in duplicate tags test

This commit is contained in:
Joe Planisky
2023-06-20 16:57:29 -04:00
committed by Tinmarino
parent 22fd036804
commit a1ca439719
@@ -42,6 +42,6 @@ Execute (Examine .vimwiki_tags file for generated tag entries.):
AssertEqual search('discrete2', 'we'), search('discrete2', 'we'), 'More than 1 instance of tag "discrete2" found' AssertEqual search('discrete2', 'we'), search('discrete2', 'we'), 'More than 1 instance of tag "discrete2" found'
Execute (Remove content and tags files - End issue 1326 test): Execute (Remove content and tags files - End issue 1326 test):
call system("rm $HOME/testmarkdown/.vimwiki_tags") call system("rm $HOME/testwiki/.vimwiki_tags")
call system("rm $HOME/testmarkdown/Test-Tag-issue-1326.wiki") call system("rm $HOME/testwiki/Test-Tag-issue-1326.wiki")