Check the result of the --follow-symlinks option

* tests/symlinks: Check the result of treating a symlink as a file with
--follow-symlinks.
This commit is contained in:
Andreas Gruenbacher 2015-02-02 15:43:56 +01:00
parent 8a9f5432d4
commit ddf16e1209

View File

@ -59,6 +59,14 @@ check 'patch --follow-symlinks < modify.diff || echo "Status: $?"' <<EOF
patching file l
EOF
check 'cat f' <<EOF
one
EOF
check 'cat l' <<EOF
two
EOF
# --------------------------------------------------------------
rm -f f l