ash: fix bug which causes signal6.tests to fail
[oweals/busybox.git] / shell / ash_test / ash-misc / source1.tests
1 echo "echo Sourced ok" >../sourced.sh
2 PATH="..:$PATH"
3 . sourced.sh
4 rm ../sourced.sh
5 echo Done