vim -u NONE -c 'source vimrc | '\
'               source test | '\
'               execute "normal! G" | '\
'               bn | '\
'               execute "normal! G" | '\
'               bn | '\
'               qa' testfile1 testfile2
cat testoutput 2>/dev/null && echo "Bug exists!" || echo "No bug"
rm -f testoutput
