Fixed multiple AVP error. Missing fix RFC 6733 section 7.5 regarding avps within...
[anna.git] / example / diameter / launcher / resources / ft-client / tests / experiment2 / go.sh
index 7c74679..f6e9327 100755 (executable)
@@ -166,6 +166,7 @@ echo "Test cases manager"
 echo "------------------"
 # Mandatory parameter:
 [ -z "$1" ] && _exit "Usage: $SCR_BN <test cases parent directory (or .tc file)>"
+[ ! -f "$1" -a ! -d "$1" ] && _exit "Invalid file or directory '$1' !!"
 
 # Gather .tc files to be processed:
 [ ! -f $1 ] && echo -e "\nGathering list of test cases from '`readlink -f $1`' ..."