Portability fixes for tests on MacOS.

This commit is contained in:
Robin Sommer 2011-05-10 21:27:44 -07:00
parent a8f15616f2
commit da5618b9ba

View file

@ -0,0 +1,5 @@
#! /usr/bin/env bash
#
# Replace absolute paths with the basename.
sed 's#/\([^/]\{1,\}/\)\{1,\}\([^/]\{1,\}\)#<...>/\2#g'