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=$? }