Skip to content

Commit f95d8f9

Browse files
committed
leak tests: mark t3321-notes-stripspace.sh as leak-free
This test was leak-free when t3321 was originally introduced, but never marked as such: $ rev="$(git log --format='%H' --reverse -1 -- t/t3321-notes-stripspace.sh)" $ git checkout $rev HEAD is now at c1d38aeea1 leak tests: mark t3321 as leak-free $ make SANITIZE=leak [...] $ make -C t GIT_TEST_PASSING_SANITIZE_LEAK=check GIT_TEST_OPTS=--immediate t3321-notes-stripspace.sh make: Entering directory '/home/ttaylorr/src/git/t' *** t3321-notes-stripspace.sh *** [...] # passed all 27 test(s) 1..27 make: Leaving directory '/home/ttaylorr/src/git/t' Mark this test as leak-free accordingly. Signed-off-by: Taylor Blau <[email protected]>
1 parent b1711c4 commit f95d8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3321-notes-stripspace.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
test_description='Test commit notes with stripspace behavior'
77

8+
TEST_PASSES_SANITIZE_LEAK=true
89
. ./test-lib.sh
910

1011
MULTI_LF="$LF$LF$LF"

0 commit comments

Comments
 (0)