diff --git a/Code/Mantid/Framework/Nexus/test/SaveNXSPETest.h b/Code/Mantid/Framework/Nexus/test/SaveNXSPETest.h
index 5abb703475320dc3c19b865d9c4afa98133d2a79..b0a749b1e79f037913cf452102ad84f2c3d2903c 100644
--- a/Code/Mantid/Framework/Nexus/test/SaveNXSPETest.h
+++ b/Code/Mantid/Framework/Nexus/test/SaveNXSPETest.h
@@ -151,7 +151,7 @@ private:
     Mantid::DataHandling::LoadInstrument loader;
     loader.initialize();
     // Path to test input file assumes Test directory checked out from SVN
-    std::string inputFile = "../../../Instrument/INES_Definition.xml";
+    std::string inputFile = "INES_Definition.xml";
     loader.setPropertyValue("Filename", inputFile);
     loader.setPropertyValue("Workspace", input);
     loader.execute();