Skip to content
Snippets Groups Projects
Commit 43a4e99e authored by Morris Jette's avatar Morris Jette
Browse files

Correct indentation in test

parent e1227a18
No related branches found
No related tags found
No related merge requests found
...@@ -60,10 +60,10 @@ proc sdiag_all { } { ...@@ -60,10 +60,10 @@ proc sdiag_all { } {
} }
} }
if {$matches != 2} { if {$matches != 2} {
send_user "\nFAILURE: sdiag --all failed ($matches)\n" send_user "\nFAILURE: sdiag --all failed ($matches)\n"
set exit_code 1 set exit_code 1
} }
} }
sdiag_all sdiag_all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment