Skip a test dealing with symbolic links.

This commit is contained in:
Johannes Sixt
2007-05-24 22:31:11 +02:00
parent 4694606a42
commit 782c4e2019

View File

@@ -3,6 +3,13 @@
test_description='apply to deeper directory without getting fooled with symlink'
. ./test-lib.sh
if test "$no_symlinks"
then
say 'Symbolic links not supported, skipping tests.'
test_done
exit
fi
lecho () {
for l_
do