* tests/misc/help-version (mktemp_args): Tell mktemp to create
its temporary file in the current directory.
+2007-10-20 Bob Proulx <bob@proulx.com>
+
+ Prevent "make check" from leaving mktemp /tmp/tmp.* files behind.
+ * tests/misc/help-version (mktemp_args): Tell mktemp to create
+ its temporary file in the current directory.
+
2007-10-16 Jim Meyering <meyering@redhat.com>
Show how to make tee redirect to multiple processes.
# on some systems, and we shouldn't let that stop `make check'.
uptime_args=--version
+# Create a file in the current directory, not in $TMPDIR.
+mktemp_args=mktemp.XXXX
+
cmp_args="$tmp_in $tmp_in2"
# Tell dd not to print the line with transfer rate and total.