1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 09:05:34 +00:00
testscript-rs/testdata/evalsymlink.txt

9 lines
311 B
Text
Raw Normal View History

# If ioutil.TempDir returns a sym linked dir (default behaviour in macOS for example) the
# matcher will have problems with external programs that uses the real path.
# This script tests that $WORK is matched in a consistent way (also see #79).
[windows] skip
exec pwd
stdout ^$WORK$
exec pwd -P
stdout ^$WORK$