swap first two tests - does the first one still fail?
Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
		| @@ -54,8 +54,8 @@ echo "-: test failed" | |||||||
| > testsuite.log | > testsuite.log | ||||||
|  |  | ||||||
| find "${build_path}" -name "*.gcda" -delete | find "${build_path}" -name "*.gcda" -delete | ||||||
| run_test ./su/01/su_root.test |  | ||||||
| run_test ./su/01/su_user.test | run_test ./su/01/su_user.test | ||||||
|  | run_test ./su/01/su_root.test | ||||||
| find "${build_path}" -name "*.gcda" -exec chmod a+rw {} \; | find "${build_path}" -name "*.gcda" -exec chmod a+rw {} \; | ||||||
| run_test ./su/02/env_FOO-options_--login | run_test ./su/02/env_FOO-options_--login | ||||||
| run_test ./su/02/env_FOO-options_--login_bash | run_test ./su/02/env_FOO-options_--login_bash | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| #!/usr/bin/expect | #!/usr/bin/expect | ||||||
|  |  | ||||||
| set timeout 2 | set timeout 2 | ||||||
| expect_after default {puts stderr "\nFAIL"; exit 1} | expect_after default {puts stderr "\nFAIL (timeout)"; exit 1} | ||||||
|  |  | ||||||
| if {$argc != 3} { | if {$argc != 3} { | ||||||
| 	puts "usage: run_su.exp <user> <password> <prompt>" | 	puts "usage: run_su.exp <user> <password> <prompt>" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user