xref: /minix3/external/bsd/libc++/dist/libcxxrt/test/run_test.sh (revision 4684ddb6aab0b36791c8099bc705d6140b3d05d0)
1test_command=$1
2expected_output=$2
3test_log=$3
4$test_command > $test_log 2>&1
5diff $test_log $expected_output
6