mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
mv helpers.tests test_helpers.d, better naming consistency
This commit is contained in:
parent
875fead9b5
commit
4d6fcb1b8f
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue