-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<test-suite program="false" processor="b2bt" ID="@(#) $Id: false.xml - back to back test suite for false v1.0.0 (June 12, 2021) by Hubert Tournier $"> | ||
|
||
<test-case name="Normal call"> | ||
<cmd> | ||
false | ||
</cmd> | ||
</test-case> | ||
|
||
<test-case name="With one extra argument"> | ||
<cmd> | ||
false arg | ||
</cmd> | ||
</test-case> | ||
|
||
<test-case name="Illegal option"> | ||
<cmd> | ||
false -i | ||
</cmd> | ||
</test-case> | ||
|
||
</test-suite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<test-suite program="true" processor="b2bt" ID="@(#) $Id: true.xml - back to back test suite for true v1.0.0 (June 12, 2021) by Hubert Tournier $"> | ||
|
||
<test-case name="Normal call"> | ||
<cmd> | ||
true | ||
</cmd> | ||
</test-case> | ||
|
||
<test-case name="With one extra argument"> | ||
<cmd> | ||
true arg | ||
</cmd> | ||
</test-case> | ||
|
||
<test-case name="Illegal option"> | ||
<cmd> | ||
true -i | ||
</cmd> | ||
</test-case> | ||
|
||
</test-suite> |