1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53:55 +02:00

Use shorter daemon socket path in tests

Otherwise we hit the 104 character limit.

http://hydra.nixos.org/build/33562028
This commit is contained in:
Eelco Dolstra 2016-03-24 14:38:31 +01:00
parent 374198ad6d
commit 3b81b26457
3 changed files with 5 additions and 5 deletions

View file

@ -16,8 +16,8 @@ tarball=$TEST_ROOT/tarball.tar.xz
nix-env -f file://$tarball -qa --out-path | grep -q dependencies
nix-build file://$tarball
nix-build -o $TMPDIR/result file://$tarball
nix-build '<foo>' -I foo=file://$tarball
nix-build -o $TMPDIR/result '<foo>' -I foo=file://$tarball
nix-build -E "import (fetchTarball file://$tarball)"
nix-build -o $TMPDIR/result -E "import (fetchTarball file://$tarball)"