diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 17:34:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 19:41:37 +0100 |
commit | d56b957dbae6c8214d50ce88d0ea04eb4654b843 (patch) | |
tree | 7ea3c680d45013a16d582b0d627f42c77ffd8d8a /tests/accountd | |
parent | 594c32ac58167396980a404261047e94155a83d3 (diff) |
wording
Diffstat (limited to 'tests/accountd')
-rw-r--r-- | tests/accountd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accountd b/tests/accountd index 2798465..c82a05d 100644 --- a/tests/accountd +++ b/tests/accountd @@ -45,7 +45,7 @@ grepstderr -Fxq "Error: Insecure permissions on /tmp" # unset XDG_RUNTIME_DIR ! runuser -u lacme-account -- lacme-accountd 2>"$STDERR" || fail -grepstderr "Error: undefined expansion %t in \"%t/S.lacme\"" +grepstderr "Error: Undefined expansion %t in \"%t/S.lacme\"" # non-existent $XDG_RUNTIME_DIR ! runuser -u lacme-account -- env XDG_RUNTIME_DIR="/nonexistent" lacme-accountd 2>"$STDERR" || fail |