Skip to content

Commit

Permalink
Merge branch 'en/and-cascade-tests'
Browse files Browse the repository at this point in the history
* en/and-cascade-tests:
  t7300: add a missing SYMLINKS prerequisite
  • Loading branch information
Junio C Hamano committed Nov 26, 2010
2 parents 7d43de9 + 7569c1f commit 3fe9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7300-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 3fe9db3

Please sign in to comment.