From 7a4497d98ca10a3e92d4f94fd62075f336b299b1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 19 Oct 2006 17:44:51 +0000 Subject: * Checks for allowedReferences and some other features. * Use nix-build in a test. --- tests/common.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/common.sh.in') diff --git a/tests/common.sh.in b/tests/common.sh.in index ca4c62d91493..fa54bcd485cf 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -43,6 +43,7 @@ export nixinstantiate=$TOP/src/nix-instantiate/nix-instantiate export nixstore=$TOP/src/nix-store/nix-store export nixenv=$TOP/src/nix-env/nix-env export nixhash=$TOP/src/nix-hash/nix-hash +export nixbuild=$NIX_BIN_DIR/nix-build readLink() { ls -l "$1" | sed 's/.*->\ //' -- cgit 1.4.1