mirror of
https://github.com/git/git.git
synced 2025-03-23 02:16:31 +00:00
Merge branch 'ak/lazy-prereq-mktemp'
Test code clean-up. * ak/lazy-prereq-mktemp: t7610: clean up foo.XXXXXX tmpdir
This commit is contained in:
commit
eb600866c3
@ -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…
x
Reference in New Issue
Block a user