summaryrefslogtreecommitdiff
path: root/test/cases/libremakepkg.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/cases/libremakepkg.bats')
-rw-r--r--test/cases/libremakepkg.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/libremakepkg.bats b/test/cases/libremakepkg.bats
index 8ac46cf..d511c38 100644
--- a/test/cases/libremakepkg.bats
+++ b/test/cases/libremakepkg.bats
@@ -76,8 +76,8 @@ setup() {
testsudo libremakepkg -l "$BATS_TEST_NAME" &> "$tmpdir/out" || { status=$?; tail "$tmpdir/out"|cat -v; return $status; }
testsudo librechroot -l "$BATS_TEST_NAME" run libretools-testpkg1 'first time, pass'
- # This next line is actually a separate test, but it fits in well with this test, and chroot tests are slow..
- # it_doesnt_cache_local_packages() {
+ # This next line is actually a separate test, but it fits in well with this test, and chroot tests are slow.
+ # @test "libremakepkg doesnt cache local packages" {
not testsudo librechroot -l "$BATS_TEST_NAME" run test -e /var/cache/pacman/pkg/libretools-testpkg1-1.0-1-any.pkg.tar.?z
cd "$tmpdir/3"