mv helpers.tests test_helpers.d, better naming consistency

This commit is contained in:
Alexandre Aubin 2021-04-01 16:06:17 +02:00
parent 875fead9b5
commit 4d6fcb1b8f
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ function log_failed()
} }
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
for TEST_SUITE in $(ls helpers.tests/*) for TEST_SUITE in $(ls test_helpers.d/*)
do do
source $TEST_SUITE source $TEST_SUITE
done done