Remove building with NOCRYPTO option
[minix.git] / external / bsd / libc++ / dist / libcxxrt / test / run_test.sh
blob56c6d8cbff04714e377583c3aaa920cc12a4c31d
1 test_command=$1
2 expected_output=$2
3 test_log=$3
4 $test_command > $test_log 2>&1
5 diff $test_log $expected_output