forked from mackyle/topgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testlib: more efficiencies and correctness
Purge all possible unnecessary use of subshells. Purge use of tr, basename and dirname. Make sure that directories that are supposed to be created/removed reallly get created/removed. Avoid using git to "normalize" a boolean. Avoid extra runs of uname -s. Signed-off-by: Kyle J. McKay <[email protected]>
- Loading branch information
Showing
3 changed files
with
183 additions
and
119 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
Oops, something went wrong.