BF: feedsRun writing to test directory, not output directory
unit_tests/avwutils/fix_orient
currently writes its files to the test directory and not the output directory. This fix will chdir
before each test is called - this only needs to be done once, but by placing in the main try
block the script will throw if the chdir
fails for any reason.
Edited by Matthew Webster