diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-06-22 14:18:02 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-06-22 14:18:02 +0000 |
commit | 03c02c0390fc684c4d3e2a6b13b6e38847dabb28 (patch) | |
tree | 30a74b59f312f4d035eb26130a0128e75106bd52 /regress/usr.sbin/relayd/funcs.pl | |
parent | 773af31e5e9384e3a661a73f9df49369183af810 (diff) |
Fix the relayd regression tests. Now they pass with and without
an obj directory. The relayd process can also run on a remote
machine for different timing.
Diffstat (limited to 'regress/usr.sbin/relayd/funcs.pl')
-rw-r--r-- | regress/usr.sbin/relayd/funcs.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/relayd/funcs.pl b/regress/usr.sbin/relayd/funcs.pl index 5e19cb5f415..01c24ce9ba7 100644 --- a/regress/usr.sbin/relayd/funcs.pl +++ b/regress/usr.sbin/relayd/funcs.pl @@ -1,4 +1,4 @@ -# $OpenBSD: funcs.pl,v 1.10 2014/05/02 14:10:03 andre Exp $ +# $OpenBSD: funcs.pl,v 1.11 2014/06/22 14:18:01 bluhm Exp $ # Copyright (c) 2010-2013 Alexander Bluhm <bluhm@openbsd.org> # @@ -16,7 +16,7 @@ use strict; use warnings; -#no warnings 'experimental::smartmatch'; +no warnings 'experimental::smartmatch'; use feature 'switch'; use Errno; use Digest::MD5; |