comparison tests/0011/run-test.sh @ 252:fe4dc39b2dd7

Perform the incredibly tedious job of making the tests bash scripts, rather than shell scripts. This seems easier than emulating all the useful error-handling features that bash provides in POSIX functionality as provided by dash(1).
author mas01cr
date Mon, 31 Mar 2008 13:02:26 +0000
parents ead66378fed4
children
comparison
equal deleted inserted replaced
251:a6c9a1c68646 252:fe4dc39b2dd7
1 #! /bin/sh 1 #! /bin/bash
2 2
3 . ../test-utils.sh 3 . ../test-utils.sh
4 4
5 if [ -f testdb ]; then rm -f testdb; fi 5 if [ -f testdb ]; then rm -f testdb; fi
6 6