From 4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 22 Aug 2001 15:59:27 +0000 Subject: Assorted minor test tweaks. --- Test/E02xtrace.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Test/E02xtrace.ztst') diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst index 2782e4e8b..412516cea 100644 --- a/Test/E02xtrace.ztst +++ b/Test/E02xtrace.ztst @@ -2,6 +2,7 @@ %prep mkdir xtrace.tmp && cd xtrace.tmp + function xtf { local regression_test_dummy_variable print "$*" @@ -81,3 +82,10 @@ ?+(eval):21> . ./xt.in Tracing: source 2>file ?+./xt.in:1> print Tracing: source 2>file ?+(eval):22> set +x + + typeset -ft xtf + xtf 'Tracing: function' +0: +>Tracing: function +?+xtf:1> local regression_test_dummy_variable +?+xtf:2> print Tracing: function -- cgit 1.4.1