aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-01 13:45:12 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-01 13:45:12 -0400
commit17b8cfa97fb2fbf819eac53900bf9d0fd5225f73 (patch)
tree32159b1426ba5ed7c778567ded94423d45378d5d /test/root/root.sh
parenttesting (diff)
downloadfirejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.tar.gz
firejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.tar.zst
firejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.zip
testing ssh
Diffstat (limited to 'test/root/root.sh')
-rwxr-xr-xtest/root/root.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index d77982993..3a20e4ba4 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -11,10 +11,8 @@ which less
11if [ "$?" -eq 0 ]; 11if [ "$?" -eq 0 ];
12then 12then
13 echo "TESTING: firecfg (test/root/firecfg.exp)" 13 echo "TESTING: firecfg (test/root/firecfg.exp)"
14 rm -fr /home/netblue/.local/share/applications-store
15 mv /home/netblue/.local/share/applications /home/netblue/.local/share/applications-store 14 mv /home/netblue/.local/share/applications /home/netblue/.local/share/applications-store
16 ./firecfg.exp 15 ./firecfg.exp
17 rm -fr /home/netblue/.local/share/applications
18 mv /home/netblue/.local/share/applications-store /home/netblue/.local/share/applications 16 mv /home/netblue/.local/share/applications-store /home/netblue/.local/share/applications
19else 17else
20 echo "TESTING SKIP: firecfg, less not found" 18 echo "TESTING SKIP: firecfg, less not found"