This website requires JavaScript.
Explore
Help
Register
Sign In
BoomMicrophone
/
nixpkgs-suyu
Watch
1
Star
0
Fork
You've already forked nixpkgs-suyu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
master
nixpkgs-suyu
/
pkgs
/
test
/
make-binary-wrapper
/
chdir.cmdline
2 lines
22 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
makeBinaryWrapper: Fix chdir golden test for darwin On macOS, /tmp is a symlink to /private/tmp. When performing cd /tmp, and checking cwd - it won't match since it follows the symlink. This caused test breakage on macOS but not Linux. Instead, use a folder which is not a symlink, and consistent across Linux and macOS.
2021-12-10 21:21:14 +01:00
--chdir ./tmp/foo
Reference in a new issue
Copy permalink