~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to shell/hush_test/hush-misc/source4.tests

  • Committer: mmach
  • Date: 2021-04-14 13:54:24 UTC
  • Revision ID: netbit73@gmail.com-20210414135424-8x3fxf716zs4wflb
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo 'echo ${^}
 
2
echo line2' >sourced1
 
3
. ./sourced1
 
4
echo Ok1:$?
 
5
 
 
6
echo "echo '" >sourced1
 
7
. ./sourced1
 
8
echo Ok2:$?
 
9
 
 
10
rm sourced1