aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 15:10:59 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 15:10:59 +0000
commitaff56f65d880f6c6be03a34a179fa87a49636f51 (patch)
treeb6159db2d3efc566c336e3b053aa5b2c8debcdf0 /test
parentfcd8f6240331364bd1bc1851294c5a5424871b7a (diff)
fix a comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24980 f5534014-38df-0310-8fa8-9805f1628bb7
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"