mirror of
https://github.com/git/git.git
synced 2024-11-04 16:27:54 +01:00
Merge branch 'en/and-cascade-tests'
* en/and-cascade-tests: t7300: add a missing SYMLINKS prerequisite
This commit is contained in:
commit
3fe9db3fef
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ test_expect_success 'git clean -d with prefix and path' '
|
|||
|
||||
'
|
||||
|
||||
test_expect_success 'git clean symbolic link' '
|
||||
test_expect_success SYMLINKS 'git clean symbolic link' '
|
||||
|
||||
mkdir -p build docs &&
|
||||
touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
|
||||
|
|
Loading…
Reference in a new issue