mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 17:16:38 +00:00
8 lines
311 B
Text
8 lines
311 B
Text
# 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$
|