diff --git a/tests/p_freeradius/radiusd_test.sh b/tests/p_freeradius/radiusd_test.sh index fd1487b..057933c 100755 --- a/tests/p_freeradius/radiusd_test.sh +++ b/tests/p_freeradius/radiusd_test.sh @@ -21,9 +21,9 @@ service radiusd restart #Run test - t_Log "Running Test" - echo "User-Name=steve,Password=centos " | radclient -x localhost:1812 auth testing123 |grep -qc 'Access-Accept' - ret_val=$? +t_Log "Running Test" +echo "User-Name=steve,Password=centos " | radclient -x localhost:1812 auth testing123 |grep -qc 'Access-Accept' +ret_val=$? # Restore settings /bin/cp /etc/raddb/users.orig /etc/raddb/users diff --git a/tests/p_rsync/10-rsync-test.sh b/tests/p_rsync/10-rsync-test.sh index 1d8cb64..9023430 100755 --- a/tests/p_rsync/10-rsync-test.sh +++ b/tests/p_rsync/10-rsync-test.sh @@ -4,17 +4,14 @@ t_Log "Running $0 - rsync function test." -# Comparing hostname with output of phpinfo() FILE='/var/tmp/rsync-test' cat > $FILE <