diff options
Diffstat (limited to 't/t3908-stash-in-worktree.sh')
-rwxr-xr-x | t/t3908-stash-in-worktree.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3908-stash-in-worktree.sh b/t/t3908-stash-in-worktree.sh index 2b2b366ef9..347a89b030 100755 --- a/t/t3908-stash-in-worktree.sh +++ b/t/t3908-stash-in-worktree.sh @@ -5,6 +5,7 @@ test_description='Test git stash in a worktree' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success 'setup' ' |