summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index d72fdfcc1..5e8d286c3 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -117,7 +117,7 @@ declare -a comps
if [ -n "$SUBTESTS" ]; then
# selected tests only
for s in $SUBTESTS; do
- if [ -d "$top_srcdir/tests/ts/$s" ]; then
+ if [ -e "$top_srcdir/tests/ts/$s" ]; then
comps+=( $(find_test_scripts "$top_srcdir/tests/ts/$s") ) || exit 1
else
echo "Unknown test component '$s'"