mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Update tests
This commit is contained in:
parent
a17b7944ea
commit
21049359ad
2 changed files with 8 additions and 8 deletions
|
@ -40,8 +40,8 @@ teardown() {
|
|||
assert_tar_includes test/usr/bin/ping
|
||||
}
|
||||
|
||||
@test "/usr/bin/lost+found is included" {
|
||||
assert_tar_includes test/usr/bin/lost+found
|
||||
@test "/usr/bin/lost+found is excluded" {
|
||||
assert_tar_excludes test/usr/bin/lost+found
|
||||
}
|
||||
|
||||
@test "/usr/src/linux-uname/.config is included" {
|
||||
|
@ -169,8 +169,8 @@ teardown() {
|
|||
assert_tar_includes test/var/log/portage/elog/.keep_sys-apps_portage-0
|
||||
}
|
||||
|
||||
@test "/home/user/.bash_history is included" {
|
||||
assert_tar_includes test/home/user/.bash_history
|
||||
@test "/home/user/.bash_history is excluded" {
|
||||
assert_tar_excludes test/home/user/.bash_history
|
||||
}
|
||||
|
||||
@test "/root/.bash_history is included" {
|
||||
|
|
|
@ -17,12 +17,12 @@ teardown() {
|
|||
assert_tar_includes test/usr/bin/ping
|
||||
}
|
||||
|
||||
@test "/usr/bin/lost+found is excluded" {
|
||||
assert_tar_excludes test/usr/bin/lost+found
|
||||
@test "/usr/bin/lost+found is included" {
|
||||
assert_tar_includes test/usr/bin/lost+found
|
||||
}
|
||||
|
||||
@test "/lost+found is excluded" {
|
||||
assert_tar_excludes test/lost+found
|
||||
@test "/lost+found is included" {
|
||||
assert_tar_includes test/lost+found
|
||||
}
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
Loading…
Reference in a new issue