aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
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"