summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/symlinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/symlinks b/tests/symlinks
index 36fbb1e..f93f1cc 100644
--- a/tests/symlinks
+++ b/tests/symlinks
@@ -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