Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
smradius
smradius
Commits
8f47efb5
Commit
8f47efb5
authored
May 15, 2019
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call the VERSION function and check value of $VERSION so we can increase our test coverage
parent
819476fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
lib/smradius/client.pm
lib/smradius/client.pm
+2
-2
t/200-dbtests.t
t/200-dbtests.t
+0
-1
No files found.
lib/smradius/client.pm
View file @
8f47efb5
# Radius client
# Copyright (C) 2007-201
6
, AllWorldIT
# Copyright (C) 2007-201
9
, AllWorldIT
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -48,7 +48,7 @@ sub run
$self
=
$self
->
new
()
if
(
!
ref
(
$self
));
print
(
STDERR
"
SMRadClient v
$
VERSION
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
SMRadClient v
"
.
VERSION
.
"
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
\n
");
...
...
t/200-dbtests.t
View file @
8f47efb5
...
...
@@ -126,7 +126,6 @@ if ($child = fork()) {
my
$res
;
#
# Make sure basic test without any config does not authenticate users
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment