diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-04 11:04:16 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-04 11:04:16 +0200 |
commit | 6efd94f32e7ddf3cfdb94f0a3f91310304f8f6b5 (patch) | |
tree | bd39bd939fc72a9936b33b8fec4528e39e5537d1 /regress/test-exec.sh | |
parent | - (djm) [openbsd-compat/port-linux.c] Suppress logging when attempting (diff) | |
download | openssh-6efd94f32e7ddf3cfdb94f0a3f91310304f8f6b5.tar.xz openssh-6efd94f32e7ddf3cfdb94f0a3f91310304f8f6b5.zip |
- (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fatal
regress errors for the sandbox to warnings. ok tim dtucker
Diffstat (limited to '')
-rw-r--r-- | regress/test-exec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 5c56aefff..092cfed5b 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -204,6 +204,11 @@ verbose () fi } +warn () +{ + echo "WARNING: $@" >>$TEST_SSH_LOGFILE + echo "WARNING: $@" +} fail () { |