mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-12 18:38:56 -05:00
Fixing tests
This commit is contained in:
parent
2a9ff94ab4
commit
ca21bbbb94
1 changed files with 4 additions and 4 deletions
|
@ -18,16 +18,16 @@ teardown() {
|
|||
assert_tar_includes test/var/db/repos/gentoo/
|
||||
}
|
||||
|
||||
@test "/var/db/repos/gentoo/app-backup is excluded" {
|
||||
assert_tar_excludes_partial test/var/db/repos/gentoo/app-backup
|
||||
@test "/var/db/repos/gentoo/app-backup is included" {
|
||||
assert_tar_includes_partial test/var/db/repos/gentoo/app-backup
|
||||
}
|
||||
|
||||
@test "/var/db/repos/science/ is included" {
|
||||
assert_tar_includes test/var/db/repos/gentoo/
|
||||
}
|
||||
|
||||
@test "/var/db/repos/science/sci-biology is excluded" {
|
||||
assert_tar_excludes_partial test/var/db/repos/gentoo/app-backup
|
||||
@test "/var/db/repos/science/sci-biology is included" {
|
||||
assert_tar_includes_partial test/var/db/repos/gentoo/app-backup
|
||||
}
|
||||
|
||||
@test "/var/cache/distfiles/gen2stage4.tar.gz is excluded" {
|
||||
|
|
Loading…
Reference in a new issue