summaryrefslogtreecommitdiff
path: root/t/dotfiles.t
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-28 00:53:12 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-28 00:53:12 +0100
commitba48fd39089010c6a0a40aecc6a9e8f0a2241e04 (patch)
tree72732eda3ec0dcf7d83b3194b79e2ad06b31d608 /t/dotfiles.t
parent5f875009f80cfd309223378bfcdb1d4d85599079 (diff)
downloadstow-ba48fd39089010c6a0a40aecc6a9e8f0a2241e04.tar.gz
Rename $OUT_DIR to $TEST_DIR
This is a more accurate reflection of what it is.
Diffstat (limited to 't/dotfiles.t')
-rwxr-xr-xt/dotfiles.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dotfiles.t b/t/dotfiles.t
index 386359e..db5a8bb 100755
--- a/t/dotfiles.t
+++ b/t/dotfiles.t
@@ -30,7 +30,7 @@ use English qw(-no_match_vars);
use testutil;
init_test_dirs();
-cd("$OUT_DIR/target");
+cd("$TEST_DIR/target");
my $stow;