Testing script Testing script so far: #!/gnu/usr/bin/bash prog < test.in > outfile if cmp test.out outfile; then echo "test passed" else echo "test failed" fi