diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-08-14 21:03:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-08-14 21:03:49 (GMT) |
commit | 46cd0e08382636f0541e96f17bc8ca7b6256124c (patch) | |
tree | fc71c93002fa43a003ac2170fb3587cb2ec63e2e /test | |
parent | c517d82c9717438f9c7869a95a3165a9a26b97a2 (diff) | |
download | hdf5-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')
-rw-r--r-- | test/ttsafe.c | 2 |
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(); |