diff options
author | Mattias Andrée <maandree@kth.se> | 2018-05-08 01:49:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-05-08 01:49:52 +0200 |
commit | 78f60a6ef04e7736a697008202d5451889bb44df (patch) | |
tree | 22f9e0014ed6a64e02a706dd974e5a3f05b7b67e /nologin-test | |
parent | Update basename according to clarfication in 2018 edition POSIX (diff) | |
download | base-util-tests-78f60a6ef04e7736a697008202d5451889bb44df.tar.gz base-util-tests-78f60a6ef04e7736a697008202d5451889bb44df.tar.bz2 base-util-tests-78f60a6ef04e7736a697008202d5451889bb44df.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'nologin-test')
-rwxr-xr-x | nologin-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |