From eecbcd355e97f84ffb4a771d30ece16fa4b12f96 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 13 Apr 2016 09:48:54 -0400 Subject: profile fixes --- test/doubledash.exp | 2 +- test/extract_command.exp | 2 +- test/seccomp-dualfilter.exp | 4 ++-- test/sound.exp | 10 +++++----- test/wine.exp | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'test') diff --git a/test/doubledash.exp b/test/doubledash.exp index 3c8a42471..668468980 100755 --- a/test/doubledash.exp +++ b/test/doubledash.exp @@ -15,7 +15,7 @@ expect { } expect { timeout {puts "TESTING ERROR 3\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 1 diff --git a/test/extract_command.exp b/test/extract_command.exp index cbc36afd4..99c1cc134 100755 --- a/test/extract_command.exp +++ b/test/extract_command.exp @@ -15,7 +15,7 @@ expect { } expect { timeout {puts "TESTING ERROR 2\n";exit} - "parent is shutting down, bye" + "Parent is shutting down, bye" } sleep 1 diff --git a/test/seccomp-dualfilter.exp b/test/seccomp-dualfilter.exp index b497be5ea..afdf8a53a 100755 --- a/test/seccomp-dualfilter.exp +++ b/test/seccomp-dualfilter.exp @@ -16,7 +16,7 @@ expect { expect { timeout {puts "TESTING ERROR 2\n";exit} "after mount" {puts "TESTING ERROR 2.1\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 1 @@ -32,7 +32,7 @@ expect { expect { timeout {puts "TESTING ERROR 5\n";exit} "after mount" {puts "TESTING ERROR 5.1\n";exit} - "parent is shutting down" + "Parent is shutting down" } puts "\nall done\n" diff --git a/test/sound.exp b/test/sound.exp index 7df50bf16..078f8b416 100755 --- a/test/sound.exp +++ b/test/sound.exp @@ -11,7 +11,7 @@ expect { } expect { timeout {puts "TESTING ERROR 2\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 2 @@ -27,7 +27,7 @@ expect { } expect { timeout {puts "TESTING ERROR 5\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 2 @@ -39,7 +39,7 @@ expect { } expect { timeout {puts "TESTING ERROR 12\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 2 @@ -55,7 +55,7 @@ expect { } expect { timeout {puts "TESTING ERROR 15\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 2 @@ -71,7 +71,7 @@ expect { } expect { timeout {puts "TESTING ERROR 25\n";exit} - "parent is shutting down" + "Parent is shutting down" } sleep 2 diff --git a/test/wine.exp b/test/wine.exp index d87c1f205..f5b7d12b4 100755 --- a/test/wine.exp +++ b/test/wine.exp @@ -23,7 +23,7 @@ expect { } expect { timeout {puts "TESTING ERROR 4\n";exit} - "parent is shutting down, bye..." + "Parent is shutting down, bye..." } puts "\nall done\n" -- cgit v1.2.3-54-g00ecf