Restore test teardown line

This was accidentally left commented out in the previous commit.
This commit is contained in:
Andy Stewart
2023-06-15 14:50:53 +01:00
parent 883d60ec0e
commit f46652da18

View File

@@ -79,7 +79,7 @@ function TearDown()
silent! execute s:bufnr+1.',$bdelete!'
execute ':cd' s:current_dir
" call system("rm -rf ".s:test_repo)
call system("rm -rf ".s:test_repo)
endfunction
"