#!/bin/ksh

./test 1> ./output 2>&1
if diff ./output.master ./output
then
echo "Test wbemexec"
echo "+++++ passed all tests\n"
fi
