summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/t1404-update-ref-df-conflicts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t1404-update-ref-df-conflicts.sh b/t/t1404-update-ref-df-conflicts.sh
index 11b6d5ba3d..66bafb5cf4 100755
--- a/t/t1404-update-ref-df-conflicts.sh
+++ b/t/t1404-update-ref-df-conflicts.sh
@@ -3,7 +3,7 @@
test_description='Test git update-ref with D/F conflicts'
. ./test-lib.sh
-test_update_rejected() {
+test_update_rejected () {
prefix="$1" &&
before="$2" &&
pack="$3" &&
@@ -27,7 +27,7 @@ Q="'"
test_expect_success 'setup' '
- git commit --allow-empty -m Initial
+ git commit --allow-empty -m Initial &&
C=$(git rev-parse HEAD)
'