summaryrefslogtreecommitdiff
path: root/src/test/testparseall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testparseall.c')
-rw-r--r--src/test/testparseall.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/testparseall.c b/src/test/testparseall.c
index b1d0776..a1eb563 100644
--- a/src/test/testparseall.c
+++ b/src/test/testparseall.c
@@ -262,9 +262,6 @@ int main() {
gameIni_t gIni;
(void) SDL_memset(&gIni,0,sizeof(gameIni_t));
- res=chdir("/home/lpouzenc/Bureau/USB/lem/2010-netlemmings/trunk");
- if (res!=0) { perror("Can't chdir()"); return -1; }
-
res=0;i=0;
while (ini_list[i].path[0] != '\0') {
printf("Parsing '%s'...\n", ini_list[i].path);