From a3bf167404043700ec3b561c3c9b1f7a10f35632 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Oct 2020 11:20:43 -0400 Subject: testing --- test/apps-x11-xorg/apps-x11-xorg.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/apps-x11-xorg/apps-x11-xorg.sh') diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh index 843fdc50b..568dee85d 100755 --- a/test/apps-x11-xorg/apps-x11-xorg.sh +++ b/test/apps-x11-xorg/apps-x11-xorg.sh @@ -25,6 +25,15 @@ else echo "TESTING SKIP: transmission-gtk not found" fi +which transmission-qt 2>/dev/null +if [ "$?" -eq 0 ]; +then + echo "TESTING: transmission-qt x11 xorg" + ./transmission-qt.exp +else + echo "TESTING SKIP: transmission-qt not found" +fi + which thunderbird 2>/dev/null if [ "$?" -eq 0 ]; then -- cgit v1.2.3-70-g09d2