Initialize the test_root variable so that the output of the pwd
[amitay/build-farm.git] / m104.fns
index fc3cb83158d118bedcbe9b65f6df83e1e30f2f1f..acdca15238e7db43015166edc128306f0c921aa8 100644 (file)
--- a/m104.fns
+++ b/m104.fns
@@ -14,6 +14,10 @@ export LDFLAGS="-specs=/s/pg/bf/posix/command_library/pg.specs"
 # avoid vos bug ac-79
 export ac_cv_prog_cc_ccache_gcc_c_o=yes
 
+# ensure vos pathnames do not contain % or # characters
+# workaround until vos suggestion posix-1014 is implemented
+test_root=/build_farm
+
 ############################
 # configure the tree
 # VOS: modified to print message and invoke bash explicitly