From e413b78c49234ae2698f0d9f27945c30ef723fe0 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 28 Jun 2016 08:41:51 -0400 Subject: sysutils --- test/sysutils/sysutils.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'test/sysutils/sysutils.sh') diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh index f230c9a6b..d75738f97 100755 --- a/test/sysutils/sysutils.sh +++ b/test/sysutils/sysutils.sh @@ -42,3 +42,21 @@ else echo "TESTING SKIP: xzdec not found" fi +which xz +if [ "$?" -eq 0 ]; +then + echo "TESTING: xz" + ./xz.exp +else + echo "TESTING SKIP: xz not found" +fi + +which less +if [ "$?" -eq 0 ]; +then + echo "TESTING: less" + ./less.exp +else + echo "TESTING SKIP: less not found" +fi + -- cgit v1.2.3-70-g09d2