Browse Source

Merge branch 'ak/lazy-prereq-mktemp'

Test code clean-up.

* ak/lazy-prereq-mktemp:
  t7610: clean up foo.XXXXXX tmpdir
maint
Junio C Hamano 8 years ago
parent
commit
eb600866c3
  1. 3
      t/t7610-mergetool.sh

3
t/t7610-mergetool.sh

@ -591,7 +591,8 @@ test_expect_success 'filenames seen by tools start with ./' ' @@ -591,7 +591,8 @@ test_expect_success 'filenames seen by tools start with ./' '

test_lazy_prereq MKTEMP '
tempdir=$(mktemp -d -t foo.XXXXXX) &&
test -d "$tempdir"
test -d "$tempdir" &&
rmdir "$tempdir"
'

test_expect_success MKTEMP 'temporary filenames are used with mergetool.writeToTemp' '

Loading…
Cancel
Save