fix event-subst-* regression tests on Cygwin, which insists on a shebang
This commit is contained in:
parent
63c56000f7
commit
1794287528
10
check.t
10
check.t
|
@ -1,4 +1,4 @@
|
||||||
# $MirOS: src/bin/mksh/check.t,v 1.282 2009/05/31 15:10:06 tg Stab $
|
# $MirOS: src/bin/mksh/check.t,v 1.283 2009/06/06 14:23:17 tg Exp $
|
||||||
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas 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: 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 $
|
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
|
||||||
|
@ -5726,9 +5726,11 @@ name: event-subst-1a
|
||||||
description:
|
description:
|
||||||
Check that '!' substitution in interactive mode works
|
Check that '!' substitution in interactive mode works
|
||||||
file-setup: file 755 "falsetto"
|
file-setup: file 755 "falsetto"
|
||||||
|
#! /bin/sh
|
||||||
echo molto bene
|
echo molto bene
|
||||||
exit 42
|
exit 42
|
||||||
file-setup: file 755 "!false"
|
file-setup: file 755 "!false"
|
||||||
|
#! /bin/sh
|
||||||
echo si
|
echo si
|
||||||
arguments: !-i!
|
arguments: !-i!
|
||||||
stdin:
|
stdin:
|
||||||
|
@ -5751,9 +5753,11 @@ description:
|
||||||
which is not what GNU bash provides but required for the
|
which is not what GNU bash provides but required for the
|
||||||
other regression tests below to check
|
other regression tests below to check
|
||||||
file-setup: file 755 "falsetto"
|
file-setup: file 755 "falsetto"
|
||||||
|
#! /bin/sh
|
||||||
echo molto bene
|
echo molto bene
|
||||||
exit 42
|
exit 42
|
||||||
file-setup: file 755 "!"
|
file-setup: file 755 "!"
|
||||||
|
#! /bin/sh
|
||||||
echo si
|
echo si
|
||||||
arguments: !-i!
|
arguments: !-i!
|
||||||
stdin:
|
stdin:
|
||||||
|
@ -5774,9 +5778,11 @@ description:
|
||||||
Check that '!' substitution in interactive mode
|
Check that '!' substitution in interactive mode
|
||||||
does not break things
|
does not break things
|
||||||
file-setup: file 755 "falsetto"
|
file-setup: file 755 "falsetto"
|
||||||
|
#! /bin/sh
|
||||||
echo molto bene
|
echo molto bene
|
||||||
exit 42
|
exit 42
|
||||||
file-setup: file 755 "!"
|
file-setup: file 755 "!"
|
||||||
|
#! /bin/sh
|
||||||
echo si
|
echo si
|
||||||
arguments: !-i!
|
arguments: !-i!
|
||||||
env-setup: !ENV=./Env!
|
env-setup: !ENV=./Env!
|
||||||
|
@ -5807,9 +5813,11 @@ name: event-subst-3
|
||||||
description:
|
description:
|
||||||
Check that '!' substitution in noninteractive mode is ignored
|
Check that '!' substitution in noninteractive mode is ignored
|
||||||
file-setup: file 755 "falsetto"
|
file-setup: file 755 "falsetto"
|
||||||
|
#! /bin/sh
|
||||||
echo molto bene
|
echo molto bene
|
||||||
exit 42
|
exit 42
|
||||||
file-setup: file 755 "!false"
|
file-setup: file 755 "!false"
|
||||||
|
#! /bin/sh
|
||||||
echo si
|
echo si
|
||||||
stdin:
|
stdin:
|
||||||
export PATH=.:$PATH
|
export PATH=.:$PATH
|
||||||
|
|
Loading…
Reference in New Issue