diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-08-14 21:03:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-08-14 21:03:48 (GMT) |
commit | 88c4523ac2047c9a006f1e412351c8fa8a46f146 (patch) | |
tree | 69f3a867e3f92faddac1c1b7c46c2850820883da /test | |
parent | 460927cf81ffe28c55b45dc6231dc59b0f8a2692 (diff) | |
download | hdf5-88c4523ac2047c9a006f1e412351c8fa8a46f146.zip hdf5-88c4523ac2047c9a006f1e412351c8fa8a46f146.tar.gz hdf5-88c4523ac2047c9a006f1e412351c8fa8a46f146.tar.bz2 |
[svn-r9085] 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(); |