We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1df2046 + fa3142c commit d0366b1Copy full SHA for d0366b1
1 file changed
t/t7610-mergetool.sh
@@ -591,7 +591,8 @@ test_expect_success 'filenames seen by tools start with ./' '
591
592
test_lazy_prereq MKTEMP '
593
tempdir=$(mktemp -d -t foo.XXXXXX) &&
594
- test -d "$tempdir"
+ test -d "$tempdir" &&
595
+ rmdir "$tempdir"
596
'
597
598
test_expect_success MKTEMP 'temporary filenames are used with mergetool.writeToTemp' '
0 commit comments