aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.libs
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-12-27 21:42:01 -0600
committerJacob Bachmeyer <jcb@gnu.org>2020-12-27 21:42:01 -0600
commitecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92 (patch)
tree24b233bd9506a21b6998ecce2877d7eab4b9491a /testsuite/runtest.libs
parentee2e465eb8a2f9debafd13224fe45df3cb7d409e (diff)
downloaddejagnu-ecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92.zip
dejagnu-ecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92.tar.gz
dejagnu-ecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92.tar.bz2
Remove noise word "api" from "testsuite can call api" entrypoint
Diffstat (limited to 'testsuite/runtest.libs')
-rw-r--r--testsuite/runtest.libs/testsuite_can.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/runtest.libs/testsuite_can.test b/testsuite/runtest.libs/testsuite_can.test
index b74b0b9..b9b6dbd 100644
--- a/testsuite/runtest.libs/testsuite_can.test
+++ b/testsuite/runtest.libs/testsuite_can.test
@@ -35,13 +35,13 @@ run_tests {
{ lib_errpat_test testsuite { can }
"*unknown feature test*"
"testsuite can without arguments" }
- { lib_errpat_test testsuite { can call }
+ { lib_errpat_test testsuite { can bogus }
"*unknown feature test*"
- "testsuite can call without 'api'" }
- { lib_bool_test testsuite { can call api } false
- "testsuite can call api returns false for null API call name" }
- { lib_bool_test testsuite { can call api testsuite can call api } true
- "testsuite can call api reports its own existence" }
+ "testsuite can call with bogus argument" }
+ { lib_bool_test testsuite { can call } false
+ "testsuite can call returns false for null API call name" }
+ { lib_bool_test testsuite { can call testsuite can call } true
+ "testsuite can call reports its own existence" }
}
puts "END testsuite_can.test"