aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/vest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vest b/bin/vest
index 91a0a3a9..d80c24d1 100755
--- a/bin/vest
+++ b/bin/vest
@@ -1,4 +1,5 @@
#!/bin/sh
+# Run a test(1) command a print a string to stdout showing pass/fail
if [ "$#" -eq 0 ] ; then
printf >&2 'vest: Need test(1) arguments\n'
exit 2