From 783251e0749e27e28b3ac54b5047f10cf1c44016 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 10 Jun 2016 08:40:24 -0400 Subject: private-bin conversion --- test/apps/apps.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/apps/apps.sh') diff --git a/test/apps/apps.sh b/test/apps/apps.sh index 37d66d609..3ecc161a1 100755 --- a/test/apps/apps.sh +++ b/test/apps/apps.sh @@ -60,6 +60,15 @@ else echo "TESTING SKIP: transmission-qt not found" fi +which qbittorrent +if [ "$?" -eq 0 ]; +then + echo "TESTING: qbittorrent" + ./qbittorrent.exp +else + echo "TESTING SKIP: qbittorrent not found" +fi + which evince if [ "$?" -eq 0 ]; then -- cgit v1.2.3-70-g09d2