aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/private.exp')
-rwxr-xr-xtest/fs/private.exp43
1 files changed, 1 insertions, 42 deletions
diff --git a/test/fs/private.exp b/test/fs/private.exp
index 01f04d3cb..7eee0c82b 100755
--- a/test/fs/private.exp
+++ b/test/fs/private.exp
@@ -38,49 +38,8 @@ expect {
38} 38}
39expect { 39expect {
40 timeout {puts "TESTING ERROR 3\n";exit} 40 timeout {puts "TESTING ERROR 3\n";exit}
41 [lindex $argv 0] 41 done
42} 42}
43send -- "ls -al; echo done\r"
44expect {
45 timeout {
46 # OpenSUSE doesn't use .Xauthority from user done directory
47 send -- "env | grep XAUTHORITY\r"
48
49 expect {
50 timeout {puts "TESTING ERROR 4\n";exit}
51 "/run/lightdm/netblue/xauthority"
52 }
53 }
54 ".Xauthority"
55}
56expect {
57 timeout {puts "TESTING ERROR 5\n";exit}
58 [lindex $argv 0]
59}
60
61
62# testing private only
63send -- "bash\r"
64sleep 1
65# owner /done/netblue
66send -- "ls -l /done;echo done\r"
67expect {
68 timeout {puts "TESTING ERROR 6\n";exit}
69 [lindex $argv 0]
70}
71expect {
72 timeout {puts "TESTING ERROR 7\n";exit}
73 [lindex $argv 0]
74}
75expect {
76 timeout {puts "TESTING ERROR 8\n";exit}
77 [lindex $argv 0]
78}
79expect {
80 timeout {puts "TESTING ERROR 9\n";exit}
81 "done"
82}
83sleep 1
84 43
85# owner /tmp 44# owner /tmp
86send -- "stat -c %U%a /tmp;echo done\r" 45send -- "stat -c %U%a /tmp;echo done\r"