#!/bin/ksh

./testcimconfig 1> ./output 2> ./errors

touch ./noerrors

if diff ./errors ./noerrors
then
echo "Test cimconfig"
echo "+++++ passed all tests\n"
fi
