diff options
Diffstat (limited to 't/t5535-fetch-push-symref.sh')
-rwxr-xr-x | t/t5535-fetch-push-symref.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5535-fetch-push-symref.sh b/t/t5535-fetch-push-symref.sh index 8ed58d27f243..e8f6d233ffb8 100755 --- a/t/t5535-fetch-push-symref.sh +++ b/t/t5535-fetch-push-symref.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='avoiding conflicting update thru symref aliasing' +test_description='avoiding conflicting update through symref aliasing' . ./test-lib.sh |