Bug 1330755

Summary: Fix 'bashisms' in tests
Product: [Retired] Dogtag Certificate System Reporter: Matthew Harmsen <mharmsen>
Component: TestsAssignee: Asha Akkiangady <aakkiang>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.3CC: aakkiang, alee, edewata, gkapoor, juststevenorob66, mharmsen, rpattath, tjaalton
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:12:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
replace 'source' with '.' in tests
none
replace 'bash' with 'sh' in tests none

Description Matthew Harmsen 2016-04-26 21:13:27 UTC
Created attachment 1151117 [details]
replace 'source' with '.' in tests

Recently, the following upstream ticket:

* https://fedorahosted.org/pki/ticket/2249 fix bashisms

was fixed by making the following changes to the source:

* changed 'source' to '.'
* changed 'bash' to 'sh'

Similar fixes should be applied to the tests so that they can be utilized by other platforms which do not use 'bash' as their default shell (e. g. - Debian uses 'dash').

Comment 1 Matthew Harmsen 2016-04-26 21:14:12 UTC
Created attachment 1151120 [details]
replace 'bash' with 'sh' in tests