summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tests.sh b/tests/tests.sh
index 6ffef56..96af49c 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -40,6 +40,15 @@ if [ -t 1 ]; then
MAG=$'\033[01;35m'
CYN=$'\033[01;36m'
RST=$'\033[0m'
+else
+ BLD=
+ RED=
+ GRN=
+ YLW=
+ BLU=
+ MAG=
+ CYN=
+ RST=
fi
UNAME=$(uname)