summaryrefslogtreecommitdiff
path: root/test/firework.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/firework.c')
-rw-r--r--test/firework.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/firework.c b/test/firework.c
index 54e4036cf6a2..028913f76b64 100644
--- a/test/firework.c
+++ b/test/firework.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright 2019-2020,2022 Thomas E. Dickey *
+ * Copyright 2019-2022,2025 Thomas E. Dickey *
* Copyright 1998-2014,2017 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
@@ -27,7 +27,7 @@
* authorization. *
****************************************************************************/
/*
- * $Id: firework.c,v 1.40 2022/12/04 00:40:11 tom Exp $
+ * $Id: firework.c,v 1.41 2025/07/05 15:21:56 tom Exp $
*/
#include <test.priv.h>
@@ -181,11 +181,8 @@ main(int argc, char *argv[])
d_option = TRUE;
break;
#endif
- case OPTS_VERSION:
- show_version(argv);
- ExitProgram(EXIT_SUCCESS);
default:
- usage(ch == OPTS_USAGE);
+ CASE_COMMON;
/* NOTREACHED */
}
}