aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.py')
-rw-r--r--tests/basic.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/basic.py b/tests/basic.py
index c9948e9..96e61c2 100644
--- a/tests/basic.py
+++ b/tests/basic.py
@@ -21,9 +21,7 @@ class BaseDRM(TestDRM):
def run_one_test(self, vga):
self.boot_gfx_vm(vga);
- self.console_wait('Entering emergency mode')
- self.console_run('PS1=---\\\\u---\\\\n')
- self.console_wait('---root---')
+ self.console_prepare();
self.console_run('drminfo -a')
txt = self.console_wait('---root---')