From 6606c519efa9a74c53bf05e53e07a8d8f0eb37c7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 12 Jan 2018 17:58:20 +0100 Subject: hush: add command2.tests from ash tests Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/command2.tests | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 shell/hush_test/hush-misc/command2.tests (limited to 'shell/hush_test/hush-misc/command2.tests') diff --git a/shell/hush_test/hush-misc/command2.tests b/shell/hush_test/hush-misc/command2.tests new file mode 100755 index 0000000..9d9de9a --- /dev/null +++ b/shell/hush_test/hush-misc/command2.tests @@ -0,0 +1,6 @@ +echo "echo test1; ./test2.sh" >test1.sh +echo "echo test2" >test2.sh + +command . ./test1.sh + +rm -f test1.sh test2.sh -- cgit v1.1