busybox/shell/hush_test/hush-misc/command2.tests
Denys Vlasenko 6606c519ef hush: add command2.tests from ash tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-01-12 17:58:20 +01:00

7 lines
115 B
Plaintext
Executable File

echo "echo test1; ./test2.sh" >test1.sh
echo "echo test2" >test2.sh
command . ./test1.sh
rm -f test1.sh test2.sh