openbsd-ports/sysutils/entr/patches/patch-regress_sh

13 lines
386 B
Plaintext

$OpenBSD: patch-regress_sh,v 1.1 2013/03/11 20:59:05 sthen Exp $
--- regress.sh.orig Mon Mar 11 20:56:13 2013
+++ regress.sh Mon Mar 11 20:56:20 2013
@@ -28,7 +28,7 @@ function assert {
function pause { sleep 0.2; }
function setup { touch $tmp/file{1,2,3}; sleep 0.1; }
-tmp=$(mktemp -d /tmp/entr_regress.XXXX)
+tmp=$(mktemp -d /tmp/entr_regress.XXXXXXXXXX)
try "no arguments"