Debian Automated Code Analysis

checkbashisms analysis of ltp_20091231+dfsg-1.dsc

possible bashism in ./runltp line 683 (should be >word 2>&1):
    ${LTPTOOLS}/IDcheck.sh &>/dev/null || \
    {
possible bashism in ./runltp line 768 (echo -e):
    echo -e "LOG File: \c"
possible bashism in ./runltp line 772 (echo -e):
       echo -e "OUTPUT File: \c"
possible bashism in ./runltp line 776 (echo -e):
    echo -e "FAILED COMMAND File: \c"
possible bashism in ./tools/mkrootfs/mkrootfs line 56 (test with unary -a (should be -e)):
    [ -a ./busybox-0.60.5.tar.gz ] && \
    {
possible bashism in ./tools/make-file.sh line 40 ('((' should be '$(('):
		( while ((size--)) ; do echo -n A ; done ) > "$file"
possible bashism in ./tools/strace_test/slay line 119 (echo -e):
    echo -e "\\n\\n\\nI'm kicking your butt.\\n\\n\\n" | write $1 2>/dev/null
possible bashism in ./tools/strace_test/slay line 123 (echo -e):
    echo -e "\\n\\n\\nYour current session has been terminated.\\n\\n\\n" | \
    	write $1 2>/dev/null
possible bashism in ./testcases/misc/tcore_patch_test_suites/tcore.sh line 71 ($(OS|MACH)TYPE):
	if [ $OSTYPE = "redhat" ];then
possible bashism in ./testcases/misc/tcore_patch_test_suites/tcore.sh line 87 ($(OS|MACH)TYPE):
	if [ $OSTYPE = "redhat" ];then
possible bashism in ./testcases/mce-test/drivers/simple/driver.sh line 74 (echo -e):
	    echo -e "\n$this_case:" | tee -a $RDIR/result
possible bashism in ./testcases/mce-test/drivers/kdump/setup.sh line 102 (read without variable):
    read
possible bashism in ./testcases/mce-test/drivers/kdump/driver.sh line 135 (should be >word 2>&1):
    if ! gcovdump -g $h $vmcore &> /dev/null; then
possible bashism in ./testcases/mce-test/drivers/kdump/driver.sh line 251 (echo -e):
	    echo -e "\n$this_case:" | tee -a $RDIR/result
possible bashism in ./testcases/commands/su/su01 line 39 ($(OS|MACH)TYPE):
tvar=${MACHTYPE%-*}
possible bashism in ./testcases/commands/cron/cron_deny01 line 29 ($(OS|MACH)TYPE):
tvar=${MACHTYPE%-*}
possible bashism in ./testcases/commands/cron/cron_allow01 line 29 ($(OS|MACH)TYPE):
tvar=${MACHTYPE%-*}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_run.sh line 148 (bash arrays, ${name[0|*|@]}):
		TSTSCRTBL=( "${TSTSCRTBL[@]}" "$1" )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_run.sh line 209 (bash arrays, ${name[0|*|@]}):
for tstssuite in ${TSTSCRTBL[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_run.sh line 263 ('((' should be '$(('):
for ((a=PROGNUMNOSVC; a < `expr $PROGNUMNOSVC + $TESTINSTANCE` ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_run.sh line 267 ('((' should be '$(('):
for ((a=PROGNUMBASE; a < `expr $PROGNUMBASE + $TESTINSTANCE` ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 48 ('((' should be '$(('):
	for ((a=0; a < NBINSTS-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 73 (bash arrays, ${name[0|*|@]}):
	echo ${tblresult[*]}>>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 92 ('((' should be '$(('):
for ((a=0; a < SCALINSTNUMBER ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 95 ('((' should be '$(('):
	for ((i=0; i < NBINSTS ; i++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.scalability.sh line 107 (bash arrays, ${name[0|*|@]}):
	tblresult=( "${tblresult[@]}" "("$NBINSTS"; "$CTIME") " )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_spcreateerror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_spcreateerror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_spcreateerror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_spcreateerror.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 48 ('((' should be '$(('):
	for ((a=0; a < NBINSTS-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 73 (bash arrays, ${name[0|*|@]}):
	echo ${tblresult[*]}>>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 92 ('((' should be '$(('):
for ((a=0; a < SCALINSTNUMBER ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 95 ('((' should be '$(('):
	for ((i=0; i < NBINSTS ; i++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.scalability.sh line 107 (bash arrays, ${name[0|*|@]}):
	tblresult=( "${tblresult[@]}" "("$NBINSTS"; "$CTIME") " )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_destroy.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_destroy.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_destroy.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_destroy.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_unregister.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_unregister.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_unregister.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_unregister.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.performance.sh line 68 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_progvers.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_progvers.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_progvers.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_progvers.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_progvers.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create_default.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create_default.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create_default.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create_default.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_auth_destroy.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_auth_destroy.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_auth_destroy.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_auth_destroy.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_destroy.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_destroy.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_destroy.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_svc_destroy.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getmaps.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getmaps.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getmaps.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getmaps.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_create.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noprog.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noprog.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noprog.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noprog.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noprog.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.basic.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.basic.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.basic.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.basic.sh line 98 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.basic.sh line 109 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_svc_tp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_svc_tp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_svc_tp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_svc_tp_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authnone_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authnone_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authnone_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authnone_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.stress.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.stress.sh line 48 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.stress.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.stress.sh line 98 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.stress.sh line 109 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_unregister.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_unregister.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_unregister.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_unregister.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_unset.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_unset.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_unset.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_unset.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getport.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getport.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getport.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_getport.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.sh line 48 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_progvers.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_progvers.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_progvers.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_progvers.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_progvers.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.complex.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perror.complex.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_freeres.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_freeres.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_freeres.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_freeres.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_freeres.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.complex.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.complex.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.complex.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.complex.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_control.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getmaps.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getmaps.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getmaps.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getmaps.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_freeargs.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_freeargs.sh line 48 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_freeargs.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_bufcreate.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_seccreate.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_seccreate.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_seccreate.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_seccreate.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperrno.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperrno.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperrno.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperrno.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperrno.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_set.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_set.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_set.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_set.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authnone_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authnone_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authnone_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authnone_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_vc_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.limits.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perror.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perror.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_unset.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_unset.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_unset.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_unset.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_create_timed.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperror.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_sperror.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_register.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_register.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_register.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_svc_register.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_geterr.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_geterr.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_geterr.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_geterr.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authdes_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_tli_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create_default.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create_default.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create_default.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_auth_authunix_create_default.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_auth.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_auth.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_auth.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_auth.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_auth.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_tli_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 48 ('((' should be '$(('):
	for ((a=0; a < NBINSTS-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 73 (bash arrays, ${name[0|*|@]}):
	echo ${tblresult[*]}>>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 92 ('((' should be '$(('):
for ((a=0; a < SCALINSTNUMBER ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 97 ('((' should be '$(('):
	for ((i=0; i < NBINSTS ; i++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.scalability.sh line 113 (bash arrays, ${name[0|*|@]}):
	tblresult=( "${tblresult[@]}" "("$NBINSTS"; "$CTIME") " )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_auth_authsys_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_svc_dg_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perrno.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perrno.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perrno.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perrno.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_perrno.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_unreg.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noproc.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noproc.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noproc.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noproc.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_noproc.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svc_destroy.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getargs.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.complex.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_perrno.complex.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_weakauth.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_weakauth.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_weakauth.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_weakauth.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_weakauth.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_systemerr.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_systemerr.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_systemerr.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_systemerr.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_systemerr.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_rmtcall.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_callrpc.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_pcreateerror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_pcreateerror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_pcreateerror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_clnt_pcreateerror.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getcaller.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getcaller.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getcaller.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getcaller.sh line 82 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_getcaller.sh line 93 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_destroy.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noproc.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noproc.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noproc.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noproc.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noproc.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_broadc_clnt_broadcast.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.mt.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.mt.sh line 46 (bash arrays, ${name[0|*|@]}):
	if [ ${result[0]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.mt.sh line 52 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_broadcast_exp.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_addrmanagmt_rpcb_getaddr.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_svc_reg.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_vc_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnt_create.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_get_myaddress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_get_myaddress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_get_myaddress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_get_myaddress.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.stress.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_call.stress.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.stress.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.stress.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.stress.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clnttcp_create.stress.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_toplevel_clnt_call.complex.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_clnt_call.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntudp_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_systemerr.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_systemerr.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_systemerr.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_systemerr.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_systemerr.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_set.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_set.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_set.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_addrmanagmt_pmap_set.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcraw_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.scalability.sh line 42 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.scalability.sh line 48 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.scalability.sh line 65 (should be VAR="${VAR}foo"):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.scalability.sh line 65 ('((' should be '$(('):
	for (( a=1; a < SCALINSTNUMBER * 2; a+=2 ))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_sendreply.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_sendreply.sh line 48 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_svc_sendreply.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.stress.sh line 43 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.stress.sh line 48 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.stress.sh line 57 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.stress.sh line 98 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.stress.sh line 109 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_register.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_register.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_register.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_xprt_register.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svctcp_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_dg_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_stdcall_clnt_control.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_pcreateerror.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_pcreateerror.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_pcreateerror.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_clnt_pcreateerror.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.dataint.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.dataint.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.dataint.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.dataint.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_call.dataint.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.complex.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.complex.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.complex.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_clntraw_create.complex.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_tp_create_timed.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 47 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 64 (bash arrays, ${name[0|*|@]}):
	echo  -n "Average execution time : "${result[1]}" ms (">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 65 (bash arrays, ${name[0|*|@]}):
	echo "for "${result[2]}" iterations)">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 66 (bash arrays, ${name[0|*|@]}):
	echo "Minimal execution time : "${result[3]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_bottomlevel_clnt_call.performance.sh line 67 (bash arrays, ${name[0|*|@]}):
	echo "Maximal execution time : "${result[4]}" ms">>$LOCLOGDIR/$TESTLOGFILE
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcfd_create.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_interlevel_clnt_call.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.basic.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.basic.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.basic.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_simple_rpc_reg.basic.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_expertlevel_rpcb_rmtcall.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.limits.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.limits.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.limits.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_createdestroy_svcudp_bufcreate.limits.sh line 74 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_weakauth.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_weakauth.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_weakauth.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_weakauth.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/tirpc_err_svcerr_weakauth.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_registerrpc.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_registerrpc.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_registerrpc.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_regunreg_registerrpc.sh line 88 ('((' should be '$(('):
for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noprog.sh line 41 (bash arrays, ${name[0|*|@]}):
	if [ ${#result[*]} -eq 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noprog.sh line 46 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE-1 ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noprog.sh line 55 (bash arrays, ${name[0|*|@]}):
	r_value=${result[0]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noprog.sh line 96 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/scripts/rpc_err_svcerr_noprog.sh line 107 ('((' should be '$(('):
	for ((a=0; a < TESTINSTANCE ; a++))
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 66 (bash arrays, ${name[0|*|@]}):
			scat=( "${scat[@]}" "$(echo $fic | sed -e 's/\.\/rpc_//g' | sed -e s/"_"$2"_lib.sh"//g)" )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 76 (bash arrays, ${name[0|*|@]}):
			scat=( "${scat[@]}" "$(echo $fic | sed -e 's/\.\/tirpc_//g' | sed -e s/"_"$2"_lib.sh"//g)" )
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 133 (bash arrays, ${name[0|*|@]}):
		for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 153 (bash arrays, ${name[0|*|@]}):
                for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 173 (bash arrays, ${name[0|*|@]}):
                for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 237 (bash arrays, ${name[0|*|@]}):
	for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 296 (bash arrays, ${name[0|*|@]}):
        for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 354 (bash arrays, ${name[0|*|@]}):
        for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 457 (bash arrays, ${name[0|*|@]}):
		draw_cat_menu ${CAT[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 485 (bash arrays, ${name[0|*|@]}):
		for fic in ${tbl[*]}
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 548 (bash arrays, ${name[0|*|@]}):
				if [ ${#tbl[*]} -ne 0 ]
possible bashism in ./testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_ts_wizard.sh line 555 (bash arrays, ${name[0|*|@]}):
			for fic in ${tbl[*]}
possible bashism in ./testcases/network/tcp_cmds/ftp/ftp04 line 40 ($(OS|MACH)TYPE):
    tvar=${MACHTYPE%-*}
possible bashism in ./testcases/network/iproute/ip_tests.sh line 554 (should be >word 2>&1):
			diff -iwB  $LTPTMP/tst_ip.out $LTPTMP/tst_ip.exp \
				&>$LTPTMP/tst_ip.err || RC=$?
possible bashism in ./testcases/network/iproute/ip_tests.sh line 574 (should be >word 2>&1):
			ip maddr show | grep "66:66:00:00:00:66" &>$LTPTMP/tst_ip.err \
				|| RC=$?
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 57 ($HOST(TYPE|NAME)):
mkdir -p /tmp/udp/2/${HOSTNAME}1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 58 ($HOST(TYPE|NAME)):
mkdir -p /tmp/tcp/2/${HOSTNAME}2
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 59 ($HOST(TYPE|NAME)):
mkdir -p /tmp/udp/3/${HOSTNAME}3
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 60 ($HOST(TYPE|NAME)):
mkdir -p /tmp/tcp/3/${HOSTNAME}4
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 63 ($HOST(TYPE|NAME)):
mount -o "intr,soft,proto=udp,vers=2" $RHOST:$FILESYSTEM /tmp/udp/2/${HOSTNAME}1 >/dev/null 2>&1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 68 ($HOST(TYPE|NAME)):
mount -o "intr,soft,proto=tcp,vers=2" $RHOST:$FILESYSTEM /tmp/tcp/2/${HOSTNAME}2 >/dev/null 2>&1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 73 ($HOST(TYPE|NAME)):
mount -o "intr,soft,proto=udp,vers=3" $RHOST:$FILESYSTEM /tmp/udp/3/${HOSTNAME}3 >/dev/null 2>&1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 78 ($HOST(TYPE|NAME)):
mount -o "intr,soft,proto=tcp,vers=3" $RHOST:$FILESYSTEM /tmp/tcp/3/${HOSTNAME}4 >/dev/null 2>&1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 85 ($HOST(TYPE|NAME)):
./fsstress -l 0 -d /tmp/udp/2/${HOSTNAME}1 -n 1000 -p 50 -r > /tmp/nfs_fsstress.udp.2.log 2>&1 &
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 86 ($HOST(TYPE|NAME)):
./fsstress -l 0 -d /tmp/udp/3/${HOSTNAME}2 -n 1000 -p 50 -r > /tmp/nfs_fsstress.udp.3.log 2>&1 &
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 87 ($HOST(TYPE|NAME)):
./fsstress -l 0 -d /tmp/tcp/2/${HOSTNAME}3 -n 1000 -p 50 -r > /tmp/nfs_fsstress.tcp.2.log 2>&1 &
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 88 ($HOST(TYPE|NAME)):
./fsstress -l 0 -d /tmp/tcp/3/${HOSTNAME}4 -n 1000 -p 50 -r > /tmp/nfs_fsstress.tcp.3.log 2>&1 &
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 111 ($HOST(TYPE|NAME)):
umount /tmp/udp/2/${HOSTNAME}1
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 112 ($HOST(TYPE|NAME)):
umount /tmp/tcp/2/${HOSTNAME}2
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 113 ($HOST(TYPE|NAME)):
umount /tmp/udp/3/${HOSTNAME}3
possible bashism in ./testcases/network/nfs/nfs_fsstress/nfs_fsstress.sh line 114 ($HOST(TYPE|NAME)):
umount /tmp/tcp/3/${HOSTNAME}4
possible bashism in ./testcases/kdump/lib/setup.sh line 105 (read without variable):
    read
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 26 ('function' is useless):
function startup() {
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 39 ('function' is useless):
function sysinfo() {
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 41 (echo -e):
	echo -e "\n[cpuinfo]=================" >>$INFOFILE
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 43 (echo -e):
	echo -e "\n[meminfo]=================" >>$INFOFILE
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 45 (echo -e):
	echo -e "\n[ifinfo]=================" >>$INFOFILE
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 47 (echo -e):
	echo -e "\n[sysctl]=================" >>$INFOFILE
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 52 ('function' is useless):
function procinfo() {
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 58 (echo -e):
		echo -e "\n$NOW" >> $logfile.log
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 69 ('function' is useless):
function singleshots(){
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 76 (echo -e):
		echo -e "\n$NOW\n" >> vmstat.log
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 84 (echo -e):
			echo -e "\n$NOW\n" >> iostat.log
possible bashism in ./testcases/pounder21/test_scripts/statslogging line 90 ('function' is useless):
function runlogging() {
possible bashism in ./testcases/open_posix_testsuite/conformance/definitions/signal_h/make22tests line 6 (declare):
declare -i i
possible bashism in ./testcases/open_posix_testsuite/stress/threads/sem_open/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./testcases/open_posix_testsuite/stress/threads/sem_open/do-plot line 23 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/do-plot line 23 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/stress/threads/sem_init/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./testcases/open_posix_testsuite/stress/threads/sem_init/do-plot line 23 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/stress/threads/pthread_create/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./testcases/open_posix_testsuite/stress/threads/pthread_create/do-plot line 23 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/stress/threads/fork/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./testcases/open_posix_testsuite/stress/threads/fork/do-plot line 23 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 40 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 41 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 42 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 43 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/semaphores/run.sh line 44 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/stress/mqueues/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/threads/pi_test/do-plot line 5 ('function' is useless):
function error
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 15 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 17 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 20 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 26 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 27 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 51 (echo -e):
echo -ne "\t\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 52 (echo -e):
echo -ne "\t\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 53 (echo -e):
echo -ne "\t\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/timers/run.sh line 54 (echo -e):
echo -ne "\t\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/semaphores/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/functional/mqueues/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 140 (echo -e):
            echo -ne "\n\n\n\n\t\t*******************************************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 141 (echo -e):
            echo -ne "\t\t*         EXECUTION TIME STATISTICS       *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 142 (echo -e):
            echo -ne "\t\t*******************************************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 143 (echo -e):
            echo -ne "\t\t* START    : $START_DATE *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 144 (echo -e):
            echo -ne "\t\t* END      : $END_DATE *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 145 (echo -e):
            echo -ne "\t\t* DURATION :                              *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 146 (echo -e):
    echo -ne "\t\t*            $TOTAL_HR hours                      *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 147 (echo -e):
    echo -ne "\t\t*            $TOTAL_MIN minutes                    *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 148 (echo -e):
    echo -ne "\t\t*            $TOTAL_SEC seconds                    *\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 149 (echo -e):
    echo -ne "\t\t*******************************************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 155 (declare):
declare -i TOTAL=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 156 (declare):
declare -i PASS=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 157 (declare):
declare -i FAIL=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 158 (declare):
declare -i UNRES=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 159 (declare):
declare -i UNSUP=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 160 (declare):
declare -i UNTEST=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 161 (declare):
declare -i INTR=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 162 (declare):
declare -i HUNG=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 163 (declare):
declare -i SEGV=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 164 (declare):
declare -i OTH=0
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 214 (echo -e):
            echo -ne "\t\t***************************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 215 (echo -e):
            echo -ne "\t\t CONFORMANCE TEST RESULTS\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 216 (echo -e):
            echo -ne "\t\t***************************\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 217 (echo -e):
            echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 218 (echo -e):
            echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 219 (echo -e):
            echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 220 (echo -e):
            echo -ne "\t\t* UNRESOLVED: " $UNRES "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 221 (echo -e):
            echo -ne "\t\t* UNSUPPORTED: " $UNSUP "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 222 (echo -e):
            echo -ne "\t\t* UNTESTED: " $UNTEST "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 223 (echo -e):
            echo -ne "\t\t* INTERRUPTED: " $INTR "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 224 (echo -e):
            echo -ne "\t\t* HUNG: " $HUNG "\n"
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 225 (echo -e):
            echo -ne "\t\t* SEGV: " $SEGV "\n"  
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 226 (echo -e):
            echo -ne "\t\t* OTHERS: " $OTH "\n" 
possible bashism in ./testcases/open_posix_testsuite/execute.sh line 227 (echo -e):
      echo -ne "\t\t***************************\n"
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/cpuset_memory_pressure_testset.sh line 257 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_memory_test/cpuset_memory_testset.sh line 828 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_funcs.sh line 34 ('$((n++))' should be '$n; $((n=n+1))'):
: $((N_NODES++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_exclusive_test/cpuset_exclusive_test.sh line 241 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_lib/cpuset_funcs.sh line 36 ('$((n++))' should be '$n; $((n=n+1))'):
: $((N_NODES++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_hotplug_test/cpuset_hotplug_test.sh line 221 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_inherit_test/cpuset_inherit_testset.sh line 100 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_load_balance_test.sh line 310 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_sched_domains_test.sh line 225 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_sched_domains_test.sh line 239 ('$((n++))' should be '$n; $((n=n+1))'):
		: $((file_case_num++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/cpuset_hierarchy_test.sh line 466 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_base_ops_test/cpuset_base_ops_testset.sh line 100 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_base_ops_test/cpuset_base_ops_testset.sh line 215 ('$((n++))' should be '$n; $((n=n+1))'):
		: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_base_ops_test/cpuset_base_ops_testset.sh line 224 ('$((n++))' should be '$n; $((n=n+1))'):
		: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_base_ops_test/cpuset_base_ops_testset.sh line 252 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/controllers/cpuset/cpuset_syscall_test/cpuset_syscall_testset.sh line 337 ('$((n++))' should be '$n; $((n=n+1))'):
	: $((TST_COUNT++))
possible bashism in ./testcases/kernel/hotplug/cpu_hotplug/functional/hotplug06.sar.sh line 97 (let ...):
    let "loop = loop - 1"
possible bashism in ./testcases/kernel/fs/ext4-new-features/configure line 17 (should be 'b = a'):
if [ "$RESULT" == "Y" ] || [ "$RESULT" == "y" ]; then
possible bashism in ./testcases/kernel/fs/ext4-new-features/configure line 19 (should be 'b = a'):
elif [ "$RESULT" == "N" ]; then
possible bashism in ./testcases/kernel/fs/linktest/linktest.sh line 74 (should be VAR="${VAR}foo"):
		: $(( i+= 1 ))
possible bashism in ./testcases/kernel/syscalls/syslog/syslog10 line 113 ('$((n--))' should be '$n; $((n=n-1))'):
              if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog03 line 110 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog08 line 115 ('$((n--))' should be '$n; $((n=n-1))'):
        if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog01 line 117 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog07 line 135 ('$((n--))' should be '$n; $((n=n-1))'):
          if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog02 line 111 ('$((n--))' should be '$n; $((n=n-1))'):
                if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog06 line 116 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog04 line 105 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog05 line 113 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/syscalls/syslog/syslog09 line 110 ('$((n--))' should be '$n; $((n=n-1))'):
               if [ $(( wait_count-- )) -gt 0 ]
possible bashism in ./testcases/kernel/security/smack/smack_set_current.sh line 14 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_netlabel.sh line 13 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_ambient.sh line 13 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_cipso.sh line 17 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_direct.sh line 13 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_onlycap.sh line 13 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_file_access.sh line 17 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_load.sh line 17 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/smack/smack_set_doi.sh line 13 (should be '.', not 'source'):
source smack_common.sh
possible bashism in ./testcases/kernel/security/p9auth/p9priv.sh line 69 ($RANDOM):
randstr=$RANDOM
possible bashism in ./testcases/kernel/security/p9auth/p9priv.sh line 90 ($RANDOM):
randstr=$RANDOM
possible bashism in ./testcases/kernel/io/aio/aio02/runfstests.sh line 48 ('$[' should be '$(('):
   passes=$[passes +1];
possible bashism in ./testcases/kernel/io/aio/aio02/runfstests.sh line 51 ('$[' should be '$(('):
   fails=$[fails +1];
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 42 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f include/linux/kernel.h ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 50 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ ! -a $iname ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 58 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $nruns -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 60 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $fast_run -eq 1 ]]; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 65 ('((' should be '$(('):
if (($num_runs < 1)) ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 70 ('((' should be '$(('):
if (($num_runs > 10)) ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 75 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -d /proc ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 81 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $mem -lt 4000000 && $max_runs -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 87 ('((' should be '$(('):
(( single_runs *= $num_runs ))
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 88 ('((' should be '$(('):
(( half_runs *= $num_runs ))
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 89 ('((' should be '$(('):
(( opti_runs *= $num_runs ))
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 90 ('((' should be '$(('):
(( max_runs *= $num_runs ))
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 97 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $fast_run -eq 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 105 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f .config ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 119 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $halfjobs -lt 2 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 122 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $halfjobs -eq 2 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 129 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $single_runs -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 132 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $half_runs -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 135 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opti_runs -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 138 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $max_runs -gt 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 145 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $fast_run -eq 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 193 ('((' should be '$(('):
	for (( i=1 ; i <= temp_runs ; i++ ))
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 198 (alternative test command ([[ foo ]] should be [ foo ])):
		if [[ $fast_run -eq 0 ]] ; then
possible bashism in ./utils/benchmark/kernbench-0.42/kernbench line 210 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ $temp_runs -ne 0 ]] ; then
possible bashism in ./ver_linux line 58 (brace expansion):
ls -l /usr/lib/lib{g,stdc}++.so  2>/dev/null | awk -F. \
       '{print "Linux C++ Library      " $4"."$5"."$6}'
possible bashism in ./testscripts/networktests.sh line 43 (echo -e):
    echo -e "\033[31m $0 [options] \033[0m "
possible bashism in ./testscripts/networkstress.sh line 60 (echo -e):
    echo -e "\033[31m $0 [options] \033[0m "
possible bashism in ./testscripts/runEALtests.sh line 106 (${foo:3[:1]}):
            if [ ${OPTARG:0:1} != "/" ]
possible bashism in ./runltplite.sh line 266 (should be >word 2>&1):
    ${LTPROOT}/IDcheck.sh &>/dev/null || \
    {
possible bashism in ./IDcheck.sh line 70 ($EUID should be "$(id -u)"):
if [ -z ${EUID} ] ; then
possible bashism in ./IDcheck.sh line 76 ($EUID should be "$(id -u)"):
	echo "$i not readable by uid $EUID"
possible bashism in ./runalltests.sh line 231 ($HOST(TYPE|NAME)):
    "${RUNLTP}" -f ballista -o $LTP_VERSION-BALLISTA_RUN_ON-$HOSTNAME-$KERNEL_VERSION-$HARDWARE_TYPE-$TEST_START_TIME.out

This report was generated on Thu, 16 Dec 2010 11:38:11 +0000, based on results by checkbashisms 2.10.65git5