summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6f592b..4bbe24d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ test: all
@# for some reason the first sent character doesn't go through to the shell
@# the empty echo takes care of that, so the next echos will work just fine
@echo > out/qemu.in
- echo run_tests > out/qemu.in
+ echo tests > out/qemu.in
echo exit > out/qemu.in
@echo
@cat out/qemu.out