Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/ls-files-cdup'
[gitweb.git]
/
t
/
t2007-checkout-symlink.sh
diff --git
a/t/t2007-checkout-symlink.sh
b/t/t2007-checkout-symlink.sh
index 20f33436d00077b64dcc855fc263cd5d0efcca38..27e2127afeeb0dd462a686254e60be74e9dd9c28 100755
(executable)
--- a/
t/t2007-checkout-symlink.sh
+++ b/
t/t2007-checkout-symlink.sh
@@
-44,8
+44,10
@@
test_expect_success 'switch from symlink to dir' '
'
-rm -fr frotz xyzzy nitfol &&
-git checkout -f master || exit
+test_expect_success 'Remove temporary directories & switch to master' '
+ rm -fr frotz xyzzy nitfol &&
+ git checkout -f master
+'
test_expect_success 'switch from dir to symlink' '