This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
ced4ffe645
nixpkgs
/
pkgs
/
test
/
make-binary-wrapper
/
chdir.env
3 lines
34 B
Bash
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
CWD
=
SUBST_CWD/tmp/foo
Add golden effects test
2021-12-07 17:39:38 +00:00
SUBST_ARGV0
Copy permalink