mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-10 01:56:45 +00:00
Fix symlink implementation and add comprehensive tests and documentation
Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
This commit is contained in:
parent
e356ddf789
commit
a030b26bb9
6 changed files with 103 additions and 21 deletions
8
testdata/test_symlink.txt
vendored
8
testdata/test_symlink.txt
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# Test symlink functionality
|
||||
symlink original.txt link.txt
|
||||
exists link.txt
|
||||
exec cat link.txt
|
||||
stdout "original content"
|
||||
|
||||
-- original.txt --
|
||||
original content
|
||||
Loading…
Add table
Add a link
Reference in a new issue