Sign in
fuchsia
/
fuchsia
/
a8b1df8
/
.
/
src
/
tests
/
reboot
/
dm_reboot
/
dm_reboot_test.go
blob: 706e1636d58367fbd38e5be271ffd228c7334de6 [
file
] [
log
] [
blame
]
package main
import (
"testing"
"go.fuchsia.dev/fuchsia/src/tests/reboot/support"
)
// Test that "dm reboot" will reboot the system.
func TestDmReboot(t *testing.T) {
support.RebootWithCommand(t, "dm reboot")
}