Skip to content

Commit

Permalink
test: move finished-false.sh from test case to test-makeroot module
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored and aafeijoo-suse committed Nov 7, 2022
1 parent 2532113 commit 79504b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions modules.d/80test-makeroot/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ depends() {

install() {
inst_multiple poweroff cp umount sync dd
inst_hook initqueue/finished 01 "$moddir/finished-false.sh"
}
1 change: 0 additions & 1 deletion test/TEST-03-USR-MOUNT/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ test_setup() {
. "$basedir"/dracut-init.sh
inst_multiple sfdisk mkfs.btrfs btrfs
inst_hook initqueue 01 ./create-root.sh
inst_hook initqueue/finished 01 ./finished-false.sh
)

# create an initramfs that will create the target root filesystem.
Expand Down

0 comments on commit 79504b6

Please sign in to comment.