commit 2a8910dd3ce443f71243528b7d48ac1d4097063b parent 8ab0fe01e56a4a5ab4d3fb1f984a6006ab3d07ad Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Tue, 5 Jul 2016 12:54:25 +0200 18-snap.t: correct path for repo Diffstat:
| M | t/18-snap.t | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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');