fix comments wrt. pending ksh fixes
authorkn <kn@openbsd.org>
Sat, 15 Oct 2022 15:29:45 +0000 (15:29 +0000)
committerkn <kn@openbsd.org>
Sat, 15 Oct 2022 15:29:45 +0000 (15:29 +0000)
regress/bin/ksh/trap.t

index 59dde9b..8cead8b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: trap.t,v 1.3 2022/10/14 23:51:16 kn Exp $
+#      $OpenBSD: trap.t,v 1.4 2022/10/15 15:29:45 kn Exp $
 
 #
 # Check that I/O redirection failure triggers the ERR trap.
@@ -56,6 +56,9 @@ expected-exit: e != 0
 #
 
 name: EXIT-always-runs
+# XXX remove once bin/ksh/main.c r1.52 is backed out *AND* a new fix is in
+# XXX enable once bin/ksh/main.c r1.52 is backed out
+#expected-fail: yes
 description:
        Check that EXIT runs under errexit even if ERR failed.
 arguments: !-e!
@@ -102,7 +105,7 @@ expected-exit: e != 0
 
 
 name: EXIT-triggers-ERR
-# XXX remove once bin/ksh/main.c r1.52 is backed out *AND* and a new fix is in
+# XXX remove once bin/ksh/main.c r1.52 is backed out
 expected-fail: yes
 description:
        Check that ERR runs under errexit if EXIT failed.