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")
}