aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-04 00:03:02 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-04 00:03:02 +0200
commit48762d6c2de053946e203903cf3c5a39543f4b4f (patch)
treeca9daabcf9190e8051bdec8f5aa46172e104155d
parentbf45d44c8eb3da2a58bdbadab2efa757efff6455 (diff)
downloadsbotools2-48762d6c2de053946e203903cf3c5a39543f4b4f.tar.xz
07-fail.t: quote $dir properly
-rwxr-xr-xt/07-fail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/07-fail.t b/t/07-fail.t
index 7b78c3c..8e301a1 100755
--- a/t/07-fail.t
+++ b/t/07-fail.t
@@ -176,7 +176,7 @@ SKIP: {
my $dir = tempdir(CLEANUP => 1);
set_repo("file://$dir");
capture_merged { system(<<"END"); };
-cd $dir;
+cd "$dir";
git init;
mkdir perl
cp -a "$RealBin/LO/perl-nonexistentcpan" perl