diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·37+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·37+0100 |
commit | 762ef464f843a0fe50e25ba07d11296b1540080e (patch) | |
tree | eec55b6c21c29dffeb52ad19c3a49c5e7323814b /tests/common.sh.in | |
parent | 844d83352c23db4a3131ac2b11b9ed2af03cdfd6 (diff) |
Fix the nix-profile test
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 633769ae2c1e..2bbc39c28a84 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -1,7 +1,6 @@ set -e datadir="@datadir@" -profiledir="@sysconfdir@/profile.d" export TEST_ROOT=$(pwd)/test-tmp export NIX_STORE_DIR |