aboutsummaryrefslogtreecommitdiff
path: root/bin/vest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vest.sh')
-rw-r--r--bin/vest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/vest.sh b/bin/vest.sh
new file mode 100644
index 00000000..7dd65f0b
--- /dev/null
+++ b/bin/vest.sh
@@ -0,0 +1,6 @@
+# Run a test(1) command and print a string to stdout showing pass/fail
+if [ "$#" -eq 0 ] ; then
+ printf >&2 'vest: Need test(1) arguments\n'
+ exit 2
+fi
+vex test "$@"