Move shell testing to tests/test_shells/test.sh

This commit is contained in:
ZyX 2014-01-12 23:45:17 +04:00
parent bb9034adcf
commit 55957ec3cb
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ for script in tests/*.vim ; do
FAILED=1
fi
done
if ! sh tests/test_shells.sh ; then
if ! sh tests/test_shells/test.sh ; then
echo "Failed shells"
FAILED=1
fi