diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-07-07T09·04+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-07T09·04+0200 |
commit | eef09c220db6a80a2e069c7b8aecb5977015e226 (patch) | |
tree | 358e6c05b5603955009f93fcf645e431f7d70331 /tests/common.sh.in | |
parent | a3dc1e65abe29f9d0528d3b5ea45812f4dcd63ed (diff) | |
parent | 01722b3d2c10090f53290e68b585c50d042f0adb (diff) |
Merge pull request #1444 from robx/man
Fix nix-instantiate manpage indentation
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 6c3804a257a7..a8d56707e27d 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -1,7 +1,5 @@ set -e -datadir="@datadir@" - export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test) export NIX_STORE_DIR if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then |