@@ -49,7 +49,7 @@ test_expect_success 'refuse to overwrite: checked out in worktree' '
49
49
done
50
50
'
51
51
52
- test_expect_success ! SANITIZE_LEAK ' refuse to overwrite: worktree in bisect' '
52
+ test_expect_success ' refuse to overwrite: worktree in bisect' '
53
53
test_when_finished git -C wt-4 bisect reset &&
54
54
55
55
# Set up a bisect so HEAD no longer points to wt-4.
@@ -61,7 +61,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to overwrite: worktree in bisect' '
61
61
grep "cannot force update the branch ' \' ' wt-4' \' ' used by worktree at.*wt-4" err
62
62
'
63
63
64
- test_expect_success ! SANITIZE_LEAK ' refuse to overwrite: worktree in rebase (apply)' '
64
+ test_expect_success ' refuse to overwrite: worktree in rebase (apply)' '
65
65
test_when_finished git -C wt-2 rebase --abort &&
66
66
67
67
# This will fail part-way through due to a conflict.
@@ -71,7 +71,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to overwrite: worktree in rebase (app
71
71
grep "cannot force update the branch ' \' ' wt-2' \' ' used by worktree at.*wt-2" err
72
72
'
73
73
74
- test_expect_success ! SANITIZE_LEAK ' refuse to overwrite: worktree in rebase (merge)' '
74
+ test_expect_success ' refuse to overwrite: worktree in rebase (merge)' '
75
75
test_when_finished git -C wt-2 rebase --abort &&
76
76
77
77
# This will fail part-way through due to a conflict.
@@ -81,7 +81,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to overwrite: worktree in rebase (mer
81
81
grep "cannot force update the branch ' \' ' wt-2' \' ' used by worktree at.*wt-2" err
82
82
'
83
83
84
- test_expect_success ! SANITIZE_LEAK ' refuse to overwrite: worktree in rebase with --update-refs' '
84
+ test_expect_success ' refuse to overwrite: worktree in rebase with --update-refs' '
85
85
test_when_finished git -C wt-3 rebase --abort &&
86
86
87
87
git branch -f can-be-updated wt-3 &&
@@ -95,7 +95,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to overwrite: worktree in rebase with
95
95
done
96
96
'
97
97
98
- test_expect_success ! SANITIZE_LEAK ' refuse to fetch over ref: checked out' '
98
+ test_expect_success ' refuse to fetch over ref: checked out' '
99
99
test_must_fail git fetch server +refs/heads/wt-3:refs/heads/wt-3 2>err &&
100
100
grep "refusing to fetch into branch ' \' ' refs/heads/wt-3' \' ' " err &&
101
101
@@ -105,7 +105,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to fetch over ref: checked out' '
105
105
grep "refusing to fetch into branch" err
106
106
'
107
107
108
- test_expect_success ! SANITIZE_LEAK ' refuse to fetch over ref: worktree in bisect' '
108
+ test_expect_success ' refuse to fetch over ref: worktree in bisect' '
109
109
test_when_finished git -C wt-4 bisect reset &&
110
110
111
111
# Set up a bisect so HEAD no longer points to wt-4.
@@ -117,7 +117,7 @@ test_expect_success !SANITIZE_LEAK 'refuse to fetch over ref: worktree in bisect
117
117
grep "refusing to fetch into branch" err
118
118
'
119
119
120
- test_expect_success ! SANITIZE_LEAK ' refuse to fetch over ref: worktree in rebase' '
120
+ test_expect_success ' refuse to fetch over ref: worktree in rebase' '
121
121
test_when_finished git -C wt-3 rebase --abort &&
122
122
123
123
# This will fail part-way through due to a conflict.
@@ -157,7 +157,7 @@ test_expect_success 'refuse to overwrite when in error states' '
157
157
158
158
. " $TEST_DIRECTORY " /lib-rebase.sh
159
159
160
- test_expect_success ! SANITIZE_LEAK ' refuse to overwrite during rebase with --update-refs' '
160
+ test_expect_success ' refuse to overwrite during rebase with --update-refs' '
161
161
git commit --fixup HEAD~2 --allow-empty &&
162
162
(
163
163
set_cat_todo_editor &&
0 commit comments