From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- src/tailer/test_tailer.sh | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 src/tailer/test_tailer.sh (limited to 'src/tailer/test_tailer.sh') diff --git a/src/tailer/test_tailer.sh b/src/tailer/test_tailer.sh new file mode 100755 index 0000000..932fe24 --- /dev/null +++ b/src/tailer/test_tailer.sh @@ -0,0 +1,50 @@ +#!/bin/bash + +run_test ./drive_tailer preview nonexistent-file + +check_error_output "preview of nonexistent-file failed?" < bar +all done! +tailer stderr: +info: monitoring path: foo +info: exiting... +EOF -- cgit v1.2.3