]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't use mktemp. We already have the "build" directory
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Nov 2019 14:34:53 +0000 (09:34 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Nov 2019 14:35:27 +0000 (09:35 -0500)
src/tests/bin/unit_test_attribute

index b7ed15ac0093a09d71017ae0b3e8920ee8686f20..98727dfd39fa4669995746499d098abaa04230f8 100755 (executable)
@@ -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