diff options
Diffstat (limited to 'tests/path-entry/testscript')
-rw-r--r-- | tests/path-entry/testscript | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/path-entry/testscript b/tests/path-entry/testscript index 456f96f..35b6f6f 100644 --- a/tests/path-entry/testscript +++ b/tests/path-entry/testscript @@ -25,6 +25,15 @@ directory /. EOO + + : followed-symlink + : + cat <:'abc' >=f; + ln -s f l; + $* -l l >>EOO + regular + 3 + EOO } : non-existent |