From: Josh Soref Date: Sun, 22 Oct 2017 20:54:42 +0000 (+0000) Subject: spelling: nonexistent X-Git-Tag: 4.6~9^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=008be2848ec076d11d5dd938e9dc7a00290156e3;p=shadow spelling: nonexistent --- diff --git a/tests/cptools/06_cppw_no_file/cppw.test b/tests/cptools/06_cppw_no_file/cppw.test index 67a35a91..f4adb89c 100755 --- a/tests/cptools/06_cppw_no_file/cppw.test +++ b/tests/cptools/06_cppw_no_file/cppw.test @@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0 change_config -echo -n "Use cppw with a nonexistant file (cppw data/passwd)..." +echo -n "Use cppw with a nonexistent file (cppw data/passwd)..." cppw data/passwd 2>tmp/usage.out && exit 1 || { status=$? }