Initial revision
This commit is contained in:
19
tests/before
Executable file
19
tests/before
Executable file
@@ -0,0 +1,19 @@
|
||||
#! /bin/sh
|
||||
# Do common operations before a particular test.
|
||||
|
||||
mkdir tmp-$$
|
||||
cd tmp-$$
|
||||
|
||||
case $srcdir in
|
||||
/*|~*) ;;
|
||||
*) srcdir=../$srcdir ;;
|
||||
esac
|
||||
|
||||
out=
|
||||
err=
|
||||
|
||||
echo $0 > checking
|
||||
exec 1> stdout
|
||||
exec 2> stderr
|
||||
|
||||
PATH=..:../../src:$PATH
|
||||
Reference in New Issue
Block a user