|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2592 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 2592.
Report 2592 Actions
Problem Report Number 2592 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1347 Raised 2013-05-06 08:21 Updated 2013-05-07 11:08 Published 2013-05-07 11:08 Product Standard Commands and Utilities V4 (UNIX 03) Certification Program The Open Brand certification program Test Suite VSC version 5.3.5,5.3.6 Test Identification POSIX.upe/at #811 Specification Shell and Utilities Issue 6 Problem Summary VSC assertion 811 uses too permissive of a regular expression with grep. Problem Text VSC assertion 811 uses too permissive of a regular expression with grep.
The script tset/POSIX.upe/at/at.sh line 1271 in VSC version 5.3.5
contains the following:
! grep $job $CT_STDOUT > /dev/null
$job expands to an integer which can incorrectly match any output
containing this substring
(such as a date string, i.e. job "13" is matched in "2013").
The regular expression would be better written as:
! grep "^${job_id} " $CT_STDOUT > /dev/null
which is more specific to the output of the `at' command.Review Information
Review Type TSMA Review Start Date 2013-05-06 08:21 Last Updated 2013-05-07 10:46 Completed 2013-05-07 10:46 Status Complete Review Recommendation Test Suite Deficiency (TSD) Review Response This is accepted as a fault in the test suite.
Review Type SA Review Start Date 2013-05-07 18:46 Last Updated 2013-05-07 11:04 Completed 2013-05-07 11:04 Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion A test suite deficiency is granted.
Problem Reporting System Options:
- View Report 2592
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority