tests: Check the existance of WHY-OVS.md instead of WHY-OVS.
[cascardo/ovs.git] / tests / run-ryu
index f63123e..3a1fb50 100755 (executable)
@@ -19,7 +19,7 @@ case $srcdir in
     /*) ;;
     *) srcdir=`pwd`/$srcdir ;;
 esac
-if test ! -e "$srcdir"/WHY-OVS; then
+if test ! -e "$srcdir"/WHY-OVS.md; then
     echo >&2 'source directory not found, please set $srcdir or run via \"make check-ryu'
     exit 1
 fi