Don't use PCRE if we have GRegex.
[obnox/wireshark/wip.git] / test / test-backend.sh
index 324a49d1534d8f30a0ce1d28cf54e8ac2ca56659..620523dd86c6a6c598f36caa29e12ed11faedf8d 100755 (executable)
@@ -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"