mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
t4150 is broken on Windows.
git-am does not recognize Windows style absolute path names. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
@@ -56,7 +56,11 @@ test_expect_success 'am regularly from file in subdirectory' '
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_expect_success 'am regularly from file in subdirectory with full path' '
|
||||
case $(uname -s) in
|
||||
*MINGW*) test_expect=test_expect_failure;;
|
||||
*) test_expect=test_expect_success;;
|
||||
esac
|
||||
$test_expect 'am regularly from file in subdirectory with full path' '
|
||||
rm -fr subdir &&
|
||||
git checkout initial &&
|
||||
P=$(pwd) &&
|
||||
|
||||
Reference in New Issue
Block a user