aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/profile_syntax2.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/profile_syntax2.exp b/test/profile_syntax2.exp
index 7c5d1b5cd..96e85ba93 100755
--- a/test/profile_syntax2.exp
+++ b/test/profile_syntax2.exp
@@ -15,12 +15,12 @@ expect {
15} 15}
16expect { 16expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 17 timeout {puts "TESTING ERROR 2\n";exit}
18 "Disable /bin/rmdir" {puts "Most Linux platforms\n"} 18 "Mounting a new /home directory"
19 "Disable /usr/bin/rmdir" { puts "OpenSUSE platform\n"}
20} 19}
21expect { 20expect {
22 timeout {puts "TESTING ERROR 3\n";exit} 21 timeout {puts "TESTING ERROR 3\n";exit}
23 "Mounting a new /home directory" 22 "Disable /bin/rmdir" {puts "Most Linux platforms\n"}
23 "Disable /usr/bin/rmdir" { puts "OpenSUSE platform\n"}
24} 24}
25expect { 25expect {
26 timeout {puts "TESTING ERROR 4\n";exit} 26 timeout {puts "TESTING ERROR 4\n";exit}
@@ -44,4 +44,4 @@ expect {
44} 44}
45 45
46sleep 1 46sleep 1
47puts "\n" 47puts "\nall done\n"