summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests')
-rwxr-xr-xrelease/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests b/release/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests
new file mode 100755
index 00000000..01b36b10
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-misc/if_false_exitcode.tests
@@ -0,0 +1,2 @@
+if false; then echo Bad; fi
+echo Ok:$?