Revision b07ad46432aa4fd80e8ebbcc48d38ec94ae20b01 authored by Johannes Sixt on 20 September 2016, 06:16:11 UTC, committed by Junio C Hamano on 21 September 2016, 18:05:35 UTC
The subdirectory 'sub' is created early in the test file. Later, a test
case removes it during its clean-up actions. However, this test case is
protected by POSIXPERM. Consequently, 'sub' remains when the POSIXPERM
prerequisite is not satisfied. Later, a recently introduced test case
creates 'sub' again. Use -p with mkdir so that it does not fail if 'sub'
already exists.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 610d55a
History
File Mode Size
araxis -rw-r--r-- 392 bytes
bc -rw-r--r-- 401 bytes
bc3 -rw-r--r-- 24 bytes
codecompare -rw-r--r-- 387 bytes
deltawalker -rw-r--r-- 628 bytes
diffmerge -rw-r--r-- 275 bytes
diffuse -rw-r--r-- 282 bytes
ecmerge -rw-r--r-- 340 bytes
emerge -rw-r--r-- 404 bytes
examdiff -rw-r--r-- 370 bytes
gvimdiff -rw-r--r-- 29 bytes
gvimdiff2 -rw-r--r-- 29 bytes
gvimdiff3 -rw-r--r-- 29 bytes
kdiff3 -rw-r--r-- 488 bytes
kompare -rw-r--r-- 83 bytes
meld -rw-r--r-- 876 bytes
opendiff -rw-r--r-- 301 bytes
p4merge -rw-r--r-- 651 bytes
tkdiff -rw-r--r-- 224 bytes
tortoisemerge -rw-r--r-- 638 bytes
vimdiff -rw-r--r-- 890 bytes
vimdiff2 -rw-r--r-- 29 bytes
vimdiff3 -rw-r--r-- 29 bytes
winmerge -rw-r--r-- 395 bytes
xxdiff -rw-r--r-- 618 bytes

back to top