#!/bin/bash # $HeadURL$ $LastChangedRevision$ $(ade-config ade_share_prefix)/tests/testlist echo "bin/ROCON010_rocon_listings" echo "bin/ROCON104_rocon_zencode" #echo "bin/ROCON105_roconcheck_charset" echo "bin/ROCON107_rocon_list_groups" echo "bin/ROCON108_rocon_config_file_from_env_var" echo "bin/ROCON109_rocon_config_file_with_comments" echo "bin/ROCON110_rocon_invalid_groups" echo "bin/ROCON111_rocon_read_and_write" echo "bin/ROCON112_rocon_add_delete_modify" echo "bin/ROCON113_rocon_ssh_option" #echo "bin/ROCON114_sql_cache" #echo "bin/ROCON115_rocon_performance" if [ "X$(setsid ssh -n 127.0.0.1 echo OK 2>&1)" = XOK ]; then echo "bin/ROCON201_rocon_one_command_to_localhost" fi