git-svn: reduce scope of input record separator change
[gitweb.git] / t / t4204-patch-id.sh
index 10b6ad02e2ee9016b2e678d8e2459e75f2d1e2f4..0288c17ec60b803d2815fb1b704c35f74e4a7753 100755 (executable)
@@ -30,11 +30,11 @@ test_expect_success 'patch-id output is well-formed' '
 
 #calculate patch id. Make sure output is not empty.
 calc_patch_id () {
-       name="$1"
+       patch_name="$1"
        shift
        git patch-id "$@" |
-       sed "s/ .*//" >patch-id_"$name" &&
-       test_line_count -gt 0 patch-id_"$name"
+       sed "s/ .*//" >patch-id_"$patch_name" &&
+       test_line_count -gt 0 patch-id_"$patch_name"
 }
 
 get_top_diff () {