
This test checks if our tests are being ran with sxmo_common.sh loaded Signed-off-by: Stacy Harper <contact@stacyharper.net>
8 lines
128 B
Bash
8 lines
128 B
Bash
#!/bin/sh
|
|
|
|
# include common definitions
|
|
# shellcheck source=scripts/core/sxmo_common.sh
|
|
. sxmo_common.sh
|
|
|
|
jq -v | cut -d" " -f1
|