diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-04 00:03:02 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-04 00:03:02 +0200 |
commit | 48762d6c2de053946e203903cf3c5a39543f4b4f (patch) | |
tree | ca9daabcf9190e8051bdec8f5aa46172e104155d | |
parent | bf45d44c8eb3da2a58bdbadab2efa757efff6455 (diff) | |
download | sbotools2-48762d6c2de053946e203903cf3c5a39543f4b4f.tar.xz |
07-fail.t: quote $dir properly
-rwxr-xr-x | t/07-fail.t | 2 |
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 |