fix a bug at test_vimconn
[osm/RO.git] / test / test_vimconn.sh
index 7a7d897..b5dfbd4 100755 (executable)
@@ -94,7 +94,7 @@ done
 
 DIRNAME=$(dirname $(readlink -f ${BASH_SOURCE[0]}))
 DIRmano=$(dirname $DIRNAME)
-DIRscript=$(dirname $DIRmano)/scripts
+DIRscript=${DIRmano}/scripts
 #by default action should be reset and create
 [[ -z $action_list ]] && action_list="reset create"