Re-enable an accidentally-disabled temp directory creation test.

Reported by:	bjk
Sponsored by:	iXsystems
This commit is contained in:
Warren Block 2017-02-03 20:17:54 +00:00
parent 13ca53104f
commit 4af17bf5c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313173

View File

@ -8,7 +8,7 @@ export LC_ALL=C
ident='$FreeBSD$'
t=$(mktemp -d -t makeman)
# trap 'test -d $t && rm -rf $t' exit
trap 'test -d $t && rm -rf $t' exit
srcdir=$(realpath ../../..)
make="make -C $srcdir -m $srcdir/share/mk"