aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 15:10:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 15:10:59 +0000
commita2f91ba6106c869849bbecb96b2d47dba8d8cd39 (patch)
treeb6159db2d3efc566c336e3b053aa5b2c8debcdf0 /test
parent855d104ac7405c94519070cd98c7437821c377d1 (diff)
fix a comment
svn path=/trunk/; revision=24980
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-backend.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-backend.sh b/test/test-backend.sh
index 324a49d153..620523dd86 100755
--- a/test/test-backend.sh
+++ b/test/test-backend.sh
@@ -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"