diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-05 12:54:25 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-05 12:54:25 +0200 |
commit | 2a8910dd3ce443f71243528b7d48ac1d4097063b (patch) | |
tree | 924be59ed03588e7ee4e6aa429efcee1288940b5 | |
parent | 8ab0fe01e56a4a5ab4d3fb1f984a6006ab3d07ad (diff) | |
download | sbotools2-2a8910dd3ce443f71243528b7d48ac1d4097063b.tar.xz |
18-snap.t: correct path for repo
-rwxr-xr-x | t/18-snap.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/18-snap.t b/t/18-snap.t index a2e6506..f6a7a67 100755 --- a/t/18-snap.t +++ b/t/18-snap.t @@ -53,4 +53,4 @@ my $tmphome = tempdir(CLEANUP => 1); set_sbo_home($tmphome); sbosnap 'fetch', { note => 1, test => 0 }; -ok (-e "$tmphome/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location'); +ok (-e "$tmphome/repo/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location'); |