From 78f60a6ef04e7736a697008202d5451889bb44df Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 May 2018 01:49:52 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- nologin-test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nologin-test/test b/nologin-test/test index 846c0a7..d10881b 100755 --- a/nologin-test/test +++ b/nologin-test/test @@ -25,7 +25,7 @@ exitvalue () message () { - if test -f /etc/nologin.txt; then + if test -r /etc/nologin.txt; then diff <($n) /etc/nologin.txt > /dev/null report $? "message (with /etc/nologin.txt)" else -- cgit v1.2.3-70-g09d2