summaryrefslogtreecommitdiff
path: root/polux/application/busybox/shell/hush_test/hush-bugs/tick.tests
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-02-20 16:38:56 +0100
committerJean-Philippe SAVE2012-02-20 16:38:56 +0100
commit55a15cc820e926219ebce47218ce1e2f35bb0c48 (patch)
treedba3ff39a766e47859ab7fd837d8da5d30b56b1f /polux/application/busybox/shell/hush_test/hush-bugs/tick.tests
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
parentcfc4d43d4d19c398d994b75cb1eeda3c499bd234 (diff)
Add polux base by subtree merge
Diffstat (limited to 'polux/application/busybox/shell/hush_test/hush-bugs/tick.tests')
-rwxr-xr-xpolux/application/busybox/shell/hush_test/hush-bugs/tick.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/polux/application/busybox/shell/hush_test/hush-bugs/tick.tests b/polux/application/busybox/shell/hush_test/hush-bugs/tick.tests
new file mode 100755
index 0000000000..1f749a9cde
--- /dev/null
+++ b/polux/application/busybox/shell/hush_test/hush-bugs/tick.tests
@@ -0,0 +1,4 @@
+true
+false; echo `echo $?`
+true
+{ false; echo `echo $?`; }