[git commit] hush: add command2.tests from ash tests

Denys Vlasenko vda.linux at googlemail.com
Fri Jan 12 16:58:20 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=6606c519efa9a74c53bf05e53e07a8d8f0eb37c7
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush_test/hush-misc/command2.right | 2 ++
 shell/hush_test/hush-misc/command2.tests | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/shell/hush_test/hush-misc/command2.right b/shell/hush_test/hush-misc/command2.right
new file mode 100644
index 0000000..e3214f0
--- /dev/null
+++ b/shell/hush_test/hush-misc/command2.right
@@ -0,0 +1,2 @@
+test1
+hush: can't execute './test2.sh': Permission denied
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


More information about the busybox-cvs mailing list