update for new directory tree
diff --git a/progs/tests/getprocaddress.py b/progs/tests/getprocaddress.py
index 987dfbc..743a35e 100644
--- a/progs/tests/getprocaddress.py
+++ b/progs/tests/getprocaddress.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: getprocaddress.py,v 1.2 2002/11/08 15:49:31 brianp Exp $
+# $Id: getprocaddress.py,v 1.3 2003/06/10 14:54:37 brianp Exp $
# Helper for the getprocaddress.c test.
@@ -90,7 +90,7 @@
tests = FindTestFunctions()
PrintHead()
-PrintFunctions("../bin/APIspec", tests)
+PrintFunctions("../../src/mesa/glapi/APIspec", tests)
PrintTail()