]> Dogcows Code - chaz/tar/commitdiff
GNU tar 1.12
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Apr 1997 23:33:59 +0000 (23:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Apr 1997 23:33:59 +0000 (23:33 +0000)
tests/after [new file with mode: 0755]

diff --git a/tests/after b/tests/after
new file mode 100755 (executable)
index 0000000..1eedc33
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh
+# Do common operations after a particular test.
+
+cd ..
+exec 1> /dev/null
+exec 2> /dev/null
+echo $echo_n "$out$echo_c" | cmp -s - tmp-$$/stdout || exit 1
+echo $echo_n "$err$echo_c" | cmp -s - tmp-$$/stderr || exit 1
+rm -rf tmp-$$
This page took 0.021149 seconds and 4 git commands to generate.