Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osdmaptool/test-map-pgs.t: fix escaping to fix run
Run failed always running into the '|| cat $OUT' case due to bad escaping of '\t'. This is caused by different shells on different distros (e.g. bash on SUSE vs dash on Ubuntu). Use 'grep -P ' and fix the regex to make it shell independet. Signed-off-by: Danny Al-Gaaf <[email protected]>
- Loading branch information