summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-08-14 21:03:49 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-08-14 21:03:49 (GMT)
commit46cd0e08382636f0541e96f17bc8ca7b6256124c (patch)
treefc71c93002fa43a003ac2170fb3587cb2ec63e2e /test/ttsafe.c
parentc517d82c9717438f9c7869a95a3165a9a26b97a2 (diff)
downloadhdf5-46cd0e08382636f0541e96f17bc8ca7b6256124c.zip
hdf5-46cd0e08382636f0541e96f17bc8ca7b6256124c.tar.gz
hdf5-46cd0e08382636f0541e96f17bc8ca7b6256124c.tar.bz2
[svn-r9086] Purpose:
Bug fix Description: Updated it to use the new TestParseCmdLine() syntax. Platforms tested: "h5committested" and in eirene with threadsafe enabled.
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r--test/ttsafe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index f7f661a..0a4bb34 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
TestInfo(argv[0]);
/* Parse command line arguments */
- TestParseCmdLine(argc,argv,&Summary,&CleanUp);
+ TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL);
/* Perform requested testing */
PerformTests();