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