Bug 27636: Add payin_amount to Koha::Account
[srvgit] / t / Auth.t
old mode 100644 (file)
new mode 100755 (executable)
index 4ab2e89..5157b94
--- a/t/Auth.t
+++ b/t/Auth.t
@@ -22,7 +22,6 @@ use Test::Warn;
 use C4::Auth qw / in_iprange /;
 
 $ENV{REMOTE_ADDR} = '192.168.1.30';
-my $ipset1 = "192.168.1.30";
 
 ok(in_iprange("192.168.1.30"), 'simple single ip matching remote ip');
 ok(!in_iprange("192.168.1.31"), 'simple single ip not match remote ip');