summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-09-25 20:30:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-09-25 20:30:04 +0000
commit808a8304af96b11cd244b87ac335a3a6ee7c2ced (patch)
tree8ed20a78e58f3fcf22c86bd93d409701d9397553 /regress/sys
parente87ac1dfe6cfb48df118bab1962ebda04cb6e977 (diff)
Do not consider userland trap #496 (BUG system call on mvme88k) as special
anymore, since we don't want to allow userland to talk to the BUG. Deliver SIGSYS instead of doing nothing. Makes things simpler, plus it polluted luna88k.
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/arch/m88k/usertrap/answer2
-rw-r--r--regress/sys/arch/m88k/usertrap/testsuite.sh4
2 files changed, 2 insertions, 4 deletions
diff --git a/regress/sys/arch/m88k/usertrap/answer b/regress/sys/arch/m88k/usertrap/answer
index 3285d6116b9..fa8be2b1950 100644
--- a/regress/sys/arch/m88k/usertrap/answer
+++ b/regress/sys/arch/m88k/usertrap/answer
@@ -494,7 +494,7 @@ Bad system call
Bad system call
Bad system call
Bad system call
-
+Bad system call
Bad system call
Bad system call
Bad system call
diff --git a/regress/sys/arch/m88k/usertrap/testsuite.sh b/regress/sys/arch/m88k/usertrap/testsuite.sh
index 730b8eae423..6fe3ac1e0f0 100644
--- a/regress/sys/arch/m88k/usertrap/testsuite.sh
+++ b/regress/sys/arch/m88k/usertrap/testsuite.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $OpenBSD: testsuite.sh,v 1.2 2005/04/27 14:09:43 miod Exp $
+# $OpenBSD: testsuite.sh,v 1.3 2005/09/25 20:29:59 miod Exp $
# Simple test program to check what happens when userland tries to trap.
# Written by Miodrag Vallat 2003 AD -- public domain
@@ -507,8 +507,6 @@ ${PROG} 493
${PROG} 494
${PROG} 495
${PROG} 496
-# since there won't be any output...
-echo
${PROG} 497
${PROG} 498
${PROG} 499