test: revert to mkdir -p to make results directory.

As suggested by id:m21r7al3mt.fsf@guru.guru-group.fi
This commit is contained in:
David Bremner 2021-08-03 20:35:13 -03:00
parent 2474bce8b1
commit 3fc2e5f23b

View file

@ -861,7 +861,7 @@ test_when_finished () {
test_done () {
GIT_EXIT_OK=t
test_results_dir="$TEST_DIRECTORY/test-results"
test -d "$test_results_dir" || mkdir "$test_results_dir"
mkdir -p "$test_results_dir"
test_results_path="$test_results_dir/$this_test"
printf %s\\n \