Previously only the "store" string was being checked for not appearing
twice, but unfortunately the check also looked at the ModuleID and
source_filename lines, so the test case would fail if the LLVM
checkout's absolute path contained the substring "store".
Fix this spurious test failure by tweaking the invocation so the full
path no longer shows up in the output.
Just change this