This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-12 07:54:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5959e283cd
nixpkgs
/
pkgs
/
test
/
make-binary-wrapper
/
chdir.cmdline
2 lines
22 B
Plaintext
Raw
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 20:21:14 +00:00
--chdir ./tmp/foo
Reference in New Issue
Copy Permalink