summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2009-02-10 17:02:45 -0800
committerBob Gilligan <gilligan@vyatta.com>2009-02-10 17:02:45 -0800
commita09024acecb598e92274f8b232eeaa4dcc4e9b7f (patch)
tree7ba5787891a4e2e72f32cc9753a7ff2b7a6e6fb5 /templates
parent88810d0ea7371246e109f3e2f42243d8d0aadcb4 (diff)
downloadvyatta-op-a09024acecb598e92274f8b232eeaa4dcc4e9b7f.tar.gz
vyatta-op-a09024acecb598e92274f8b232eeaa4dcc4e9b7f.zip
Explicitly use the shell builtin "test" command since "test" is now a
top-level CLI command.
Diffstat (limited to 'templates')
-rw-r--r--templates/show/log/directory/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/directory/node.def b/templates/show/log/directory/node.def
index 6347082..0e8d6a9 100644
--- a/templates/show/log/directory/node.def
+++ b/templates/show/log/directory/node.def
@@ -1,2 +1,2 @@
help: Show listing of user-defined log files
-run: test -d /var/log/user && ls /var/log/user/
+run: builtin test -d /var/log/user && ls /var/log/user/