diff options
-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'); |