From ca3d618315e2731357d64a2f536fa2c66a0e88dd Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 5 May 1996 13:45:16 +0000 Subject: [PATCH] * default.exp: For stty_init set to \^h as on some /bin/sh, ^ is treated as a pipe. I had never heard of this until under DU 3.2 the tests started failing until I read the sh man page. Apparently ^ is for some very old compatibility. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7900 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 299abb52c..83a1ed655 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +Sat May 4 11:56:17 1996 Ezra Peisach (epeisach@kangaroo.mit.edu) + + * default.exp: For stty_init set to \^h as on some /bin/sh, ^ is + treated as a pipe. + Fri May 3 20:48:16 1996 Ken Raeburn Tue Apr 2 22:22:47 1996 Chris Provenzano diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index db3cdaa52..ab6e7ef95 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -12,7 +12,7 @@ # realm name, defaulting to KRBTEST.COM. set timeout 100 -set stty_init {erase ^h kill ^u} +set stty_init {erase \^h kill \^u} # We do everything in a temporary directory. if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status} -- 2.26.2