tests: Add another comment. No functional change.
This commit is contained in:
parent
268656d52b
commit
936e2e9314
|
@ -112,6 +112,9 @@ run_test_internal() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Run a single test file. The exit status is 1 if the test harness had
|
||||||
|
# an error and 0 otherwise. The exit status does not depend on whether
|
||||||
|
# test points succeeded or failed.
|
||||||
run_test() {
|
run_test() {
|
||||||
# Do not combine the declaration and initialization: «local x="$(false)"» does not set $?.
|
# Do not combine the declaration and initialization: «local x="$(false)"» does not set $?.
|
||||||
local __tests_tempdir
|
local __tests_tempdir
|
||||||
|
|
Loading…
Reference in New Issue