fix a comment

svn path=/trunk/; revision=24980
This commit is contained in:
Ulf Lamping 2008-04-13 15:10:59 +00:00
parent 855d104ac7
commit a2f91ba610
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ test_step_failed() {
# XXX - add a mechanism to optionally stop here
}
# the test step succeeded
# the test step skipped (usually not suitable for this machine/platform)
test_step_skipped() {
# count appearance
let "TEST_SKIPPED += 1"