]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/test-lib.sh
Merge branch 'jl/add-n-ignore-missing'
[git.git] / t / test-lib.sh
index db8371cb170c5924512a5626681f485ea3cf6884..e5523dd690a43fdcf315e7e952d4d316182eeb25 100644 (file)
@@ -636,7 +636,7 @@ test_done () {
        GIT_EXIT_OK=t
        test_results_dir="$TEST_DIRECTORY/test-results"
        mkdir -p "$test_results_dir"
-       test_results_path="$test_results_dir/${0%.sh}-$$"
+       test_results_path="$test_results_dir/${0%.sh}-$$.counts"
 
        echo "total $test_count" >> $test_results_path
        echo "success $test_success" >> $test_results_path