Re-enable an accidentally-disabled temp directory creation test.
Reported by: bjk Sponsored by: iXsystems
This commit is contained in:
parent
13ca53104f
commit
4af17bf5c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313173
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user