diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2016-10-10 02:28:29 -0400 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-10-10 17:28:29 +1100 |
commit | f086055e714fe8b4ec169d63437d09c88f256741 (patch) | |
tree | 504c4edbd8a1454451946c6e2c14049f5084c599 /test/readonly | |
parent | 20448f38c1d7dee4905263e6f8b7683e873892f6 (diff) | |
download | mongo-f086055e714fe8b4ec169d63437d09c88f256741.tar.gz |
WT-2956 utility tests -h option is always overridden by the default setup (#3085)
Diffstat (limited to 'test/readonly')
-rw-r--r-- | test/readonly/readonly.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/readonly/readonly.c b/test/readonly/readonly.c index 7a131912c31..a4b79f5859f 100644 --- a/test/readonly/readonly.c +++ b/test/readonly/readonly.c @@ -158,8 +158,6 @@ open_dbs(int op, const char *dir, extern int __wt_optind; extern char *__wt_optarg; -void (*custom_die)(void) = NULL; - int main(int argc, char *argv[]) { |