Index: trunk/psLib/test/types/Makefile.am
===================================================================
--- trunk/psLib/test/types/Makefile.am	(revision 12476)
+++ trunk/psLib/test/types/Makefile.am	(revision 12477)
@@ -10,6 +10,4 @@
 	$(PSLIB_LIBS)
 AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
-
-TESTS_ENVIRONMENT="TEST_PWD=foo/$(srcdir)"
 
 TEST_PROGS = \
Index: trunk/psLib/test/types/tap_psMetadataConfig_input.c
===================================================================
--- trunk/psLib/test/types/tap_psMetadataConfig_input.c	(revision 12476)
+++ trunk/psLib/test/types/tap_psMetadataConfig_input.c	(revision 12477)
@@ -20,18 +20,7 @@
 #include "pstap.h"
 
-int main(int argc, char* argv[])
+int main(void)
 {
     plan_tests(30 + 1);
-
-    // chdir to the dir the test files are in
-//    char *path = getenv("TEST_PWD");
-    printf("path=%s\n", argv[0]);
-#if 0
-    if (path) {
-        if (!chdir(path)) {
-            done();
-        }
-    }
-#endif
 
     psLogSetFormat("HLNM");
