From 6900d1e3ca0881a52a0885727bf9ecbf5e6092a4 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 18 Jan 2007 16:13:29 +0000 Subject: [PATCH] history editing seems to work without persistent history sometimes --- check.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check.t b/check.t index 1466dcf..b80f12a 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.87 2007/01/18 16:05:05 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.88 2007/01/18 16:13:29 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -1961,7 +1961,7 @@ name: history-ed-1 description: Basic (ed) editing works (assumes you have generic ed editor that prints no prompts). This is for newish ed(1) and stderr. -category: !no-histfile,!oldish-ed +category: !oldish-ed arguments: !-i! env-setup: !ENV=./Env!HISTFILE=hist.file! file-setup: file 644 "Env" @@ -1981,7 +1981,7 @@ expected-stderr-pattern: name: history-ed-2 description: Correct command is edited when number given -category: !no-histfile,!oldish-ed +category: !oldish-ed arguments: !-i! env-setup: !ENV=./Env!HISTFILE=hist.file! file-setup: file 644 "Env" @@ -2008,7 +2008,7 @@ name: history-ed-3 description: Newly created multi line commands show up as single command in history. -category: !no-histfile,!oldish-ed +category: !oldish-ed arguments: !-i! env-setup: !ENV=./Env!HISTFILE=hist.file! file-setup: file 644 "Env"