Hide Forgot
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').
Created attachment 1151120 [details] replace 'bash' with 'sh' in tests