From de85adb2f22f262750f01024ca50cc789cab9ab4 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 14 2017 17:58:53 +0000 Subject: fixed type in freeradius test to which prevented working starting with 7.4 onward --- diff --git a/tests/p_freeradius/10_radiusd_test.sh b/tests/p_freeradius/10_radiusd_test.sh index 944e83f..3d37118 100755 --- a/tests/p_freeradius/10_radiusd_test.sh +++ b/tests/p_freeradius/10_radiusd_test.sh @@ -7,7 +7,7 @@ t_Log "Running $0 - freeradius-access test" # Make Backup of /etc/raddb/users and add testuser steve /bin/cp /etc/raddb/users /etc/raddb/users.orig echo 'steve Cleartext-Password := "centos"' >> /etc/raddb/users -echo ' Service-Type = Framed-User,' >> /etc/raddb/users +echo ' Service-Type = Framed-User' >> /etc/raddb/users # Restart Service service radiusd restart