From: Alan T. DeKok Date: Tue, 5 Nov 2019 14:34:53 +0000 (-0500) Subject: don't use mktemp. We already have the "build" directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1034eb3dd14aac3bf195e0070603503bfa7f0e02;p=thirdparty%2Ffreeradius-server.git don't use mktemp. We already have the "build" directory --- diff --git a/src/tests/bin/unit_test_attribute b/src/tests/bin/unit_test_attribute index b7ed15ac009..98727dfd39f 100755 --- a/src/tests/bin/unit_test_attribute +++ b/src/tests/bin/unit_test_attribute @@ -6,7 +6,8 @@ do_test $TESTBIN/unit_test_attribute -h # execution? -_t=$(mktemp) +_t=./build/tests/bin/unit_test_attribute.tmp +touch $_t cb_do_test="rm -fv $_t" do_test $TESTBIN/unit_test_attribute -D ${DICT_DIR} -Mx $_t