@@ -1,12 +0,0 @@
#!/usr/bin/env bats
@test "Dry run with some memory" {
./main -m 1G ; result=$?
[ "$result" -eq 0 ]
}
@test "Dry run with -novirtio" {
result="$(./main -novirtio)"
[[ "$result" == *"e1000e"* ]]
The note is not visible to the blocked user.