[postgis-devel] HEAD regression test problems

Michael Fuhr mike at fuhr.org
Thu Dec 1 19:22:13 PST 2005


More HEAD regression test problems on Solaris:

Usage: grep -hblcnsviw pattern file . . .
./run_test: INSERT: not found
Usage: grep -hblcnsviw pattern file . . .
./run_test: UPDATE: not found
Usage: grep -hblcnsviw pattern file . . .
./run_test: DROP: not found
Usage: grep -hblcnsviw pattern file . . .
./run_test: CREATE: not found
Usage: grep -hblcnsviw pattern file . . .
./run_test: SET: not found

Patterns like ^INSERT need to be quoted (or the ^ escaped) because
/bin/sh on Solaris is a traditional Bourne Shell that treats the
caret (^) as equivalent to a pipe (|):

$ echo test ^ tr '[:lower:]' '[:upper:]'
TEST

-- 
Michael Fuhr



More information about the postgis-devel mailing list