From 3b81b2645706d7f8d9c0ec228426dee8ef1fc7ac Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Mar 2016 14:38:31 +0100 Subject: Use shorter daemon socket path in tests Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028 --- tests/tarball.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tarball.sh') diff --git a/tests/tarball.sh b/tests/tarball.sh index cb5258a9e548..ae18490c2b62 100644 --- a/tests/tarball.sh +++ b/tests/tarball.sh @@ -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 '' -I foo=file://$tarball +nix-build -o $TMPDIR/result '' -I foo=file://$tarball -nix-build -E "import (fetchTarball file://$tarball)" +nix-build -o $TMPDIR/result -E "import (fetchTarball file://$tarball)" -- cgit 1.4.1