summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/pid.tests
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-misc/pid.tests')
-rwxr-xr-xrelease/src/router/busybox/shell/hush_test/hush-misc/pid.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-misc/pid.tests b/release/src/router/busybox/shell/hush_test/hush-misc/pid.tests
new file mode 100755
index 00000000..eaeaa717
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-misc/pid.tests
@@ -0,0 +1 @@
+test `(echo $$)` = `echo $$`; echo $?