aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-28 07:37:32 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-28 07:37:32 -0500
commit2b8b8e54968d068599d5800f88869efcadd316ac (patch)
tree692c29ee317a72c9c9a4bb11101084ca910bb651 /test/test.sh
parentweechat profile integration (diff)
downloadfirejail-2b8b8e54968d068599d5800f88869efcadd316ac.tar.gz
firejail-2b8b8e54968d068599d5800f88869efcadd316ac.tar.zst
firejail-2b8b8e54968d068599d5800f88869efcadd316ac.zip
profile cleanup, addinghexchat profile
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index fdb1f8ed7..aaae2a981 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -260,6 +260,41 @@ else
260 echo "TESTING: gnome-mplayer not found" 260 echo "TESTING: gnome-mplayer not found"
261fi 261fi
262 262
263which xchat
264if [ "$?" -eq 0 ];
265then
266 echo "TESTING: xchat"
267 ./xchat.exp
268else
269 echo "TESTING: xchat not found"
270fi
271
272which hexchat
273if [ "$?" -eq 0 ];
274then
275 echo "TESTING: hexchat"
276 ./hexchat.exp
277else
278 echo "TESTING: hexchat not found"
279fi
280
281which weechat-curses
282if [ "$?" -eq 0 ];
283then
284 echo "TESTING: weechat"
285 ./weechat.exp
286else
287 echo "TESTING: weechat not found"
288fi
289
290#which wine
291#if [ "$?" -eq 0 ];
292#then
293# echo "TESTING: wine"
294# ./wine.exp
295#else
296# echo "TESTING: wine not found"
297#fi
263 298
264 299
265 300