aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/111.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/111.sh')
-rw-r--r--tests/111.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/111.sh b/tests/111.sh
new file mode 100644
index 0000000..9f500fd
--- /dev/null
+++ b/tests/111.sh
@@ -0,0 +1,6 @@
+expected="ducc v0.1.0"
+
+if [[ "$("$ducc" --version)" != "$expected" ]]; then
+ echo "invalid output" >&2
+ exit 1
+fi