revision: new rev^-n shorthand for rev^n..rev
[gitweb.git] / t / test-lib.sh
index 986eba1d00356437fd5ae7a6514fbb7c1b17653e..ac56512a1c5e4fde4af33cedcbb1cab11487d29a 100644 (file)
@@ -688,9 +688,9 @@ test_done () {
                test_results_dir="$TEST_OUTPUT_DIRECTORY/test-results"
                mkdir -p "$test_results_dir"
                base=${0##*/}
-               test_results_path="$test_results_dir/${base%.sh}-$$.counts"
+               test_results_path="$test_results_dir/${base%.sh}.counts"
 
-               cat >>"$test_results_path" <<-EOF
+               cat >"$test_results_path" <<-EOF
                total $test_count
                success $test_success
                fixed $test_fixed