Skip to content

Commit

Permalink
Omit using rclone Alpine package in tests (cronokirby/saferith#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 12, 2023
1 parent 25c2479 commit 82756b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

@test "APK_INSTALL_PACKAGES installs packages" {
run docker run --rm --pull never --platform $PLATFORM \
-e APK_INSTALL_PACKAGES=openssl,rclone \
-e APK_INSTALL_PACKAGES=openssl,make \
$IMAGE apk list
[ "$status" -eq 0 ]
[ ! "$output" = '' ]
Expand All @@ -63,7 +63,7 @@
[ "$status" -eq 0 ]
[ ! "$output" = '' ]

run sh -c "printf \"$actual\" | grep -E '^rclone-.*\[installed\]$'"
run sh -c "printf \"$actual\" | grep -E '^make-.*\[installed\]$'"
[ "$status" -eq 0 ]
[ ! "$output" = '' ]
}

0 comments on commit 82756b5

Please sign in to comment.