Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
daemon: move daemonize() to libgit.a
[gitweb.git]
/
t
/
t4122-apply-symlink-inside.sh
diff --git
a/t/t4122-apply-symlink-inside.sh
b/t/t4122-apply-symlink-inside.sh
index 841773f75fc085d07836b39b3775f49bde5d8d19..70b3a06e1dc7a92ac5a0806854e100af02c2346b 100755
(executable)
--- a/
t/t4122-apply-symlink-inside.sh
+++ b/
t/t4122-apply-symlink-inside.sh
@@
-14,7
+14,7
@@
test_expect_success setup '
mkdir -p arch/i386/boot arch/x86_64 &&
lecho 1 2 3 4 5 >arch/i386/boot/Makefile &&
-
ln -s
../i386/boot arch/x86_64/boot &&
+
test_ln_s_add
../i386/boot arch/x86_64/boot &&
git add . &&
test_tick &&
git commit -m initial &&