]> Dogcows Code - chaz/tar/blob - tests/after
GNU tar 1.12
[chaz/tar] / tests / after
1 #! /bin/sh
2 # Do common operations after a particular test.
3
4 cd ..
5 exec 1> /dev/null
6 exec 2> /dev/null
7 echo $echo_n "$out$echo_c" | cmp -s - tmp-$$/stdout || exit 1
8 echo $echo_n "$err$echo_c" | cmp -s - tmp-$$/stderr || exit 1
9 rm -rf tmp-$$
This page took 0.036727 seconds and 4 git commands to generate.