]> arthur.barton.de Git - bup.git/commit
Don't pass --tmpdir to mktemp or expect it to have a default template.
authorYung-Chin Oei <yungchin@yungchin.nl>
Tue, 4 Sep 2012 12:27:52 +0000 (13:27 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 27 Jan 2013 22:29:58 +0000 (16:29 -0600)
commita4d3a67fc4967447c4b137d3cba9396ea0557725
treeb24b3bf19df92f4c1303a439bf583cb875548d02
parent7a1c342400d1eabe00bc1ba00eafd64080d21d72
Don't pass --tmpdir to mktemp or expect it to have a default template.

BSD mktemp does not understand --tmpdir, and does not have a default
pattern if none is supplied.

Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
Acked-by: Gabriel Filion <lelutin@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/compare-trees
t/test.sh