summaryrefslogtreecommitdiff
path: root/tests/run-oftest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-oftest')
-rwxr-xr-xtests/run-oftest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-oftest b/tests/run-oftest
index 32cc6d21e..ecfd78322 100755
--- a/tests/run-oftest
+++ b/tests/run-oftest
@@ -21,7 +21,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-oftest'
exit 1
fi