aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index ede5735c6..9164b43a2 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -51,8 +51,14 @@ echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-
51echo "TESTING: firejail in firejail - force new sandbox (test/environment/firejail-in-firejail2.exp)" 51echo "TESTING: firejail in firejail - force new sandbox (test/environment/firejail-in-firejail2.exp)"
52./firejail-in-firejail2.exp 52./firejail-in-firejail2.exp
53 53
54echo "TESTING: sound (test/environment/sound.exp)" 54which aplay
55./sound.exp 55if [ "$?" -eq 0 ];
56then
57 echo "TESTING: sound (test/environment/sound.exp)"
58 ./sound.exp
59else
60 echo "TESTING: aplay not found"
61fi
56 62
57echo "TESTING: nice (test/environment/nice.exp)" 63echo "TESTING: nice (test/environment/nice.exp)"
58./nice.exp 64./nice.exp