#!/bin/sh
OLDHOME=$HOME
cd /opt/lsb/test/core/tet/test_sets
export HOME=/opt/lsb/test/core/tet/test_sets
./run_tests
HOME=$OLDHOME
cd ~/
