summaryrefslogtreecommitdiff
path: root/tests/run-ryu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-ryu')
-rwxr-xr-xtests/run-ryu2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-ryu b/tests/run-ryu
index 58ee781e4..0be6c0122 100755
--- a/tests/run-ryu
+++ b/tests/run-ryu
@@ -19,7 +19,7 @@ case $srcdir in
/*) ;;
*) srcdir=`pwd`/$srcdir ;;
esac
-if test ! -e "$srcdir"/WHY-OVS.md; then
+if test ! -e "$srcdir"/WHY-OVS.rst; then
echo >&2 'source directory not found, please set $srcdir or run via \"make check-ryu'
exit 1
fi