summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2021-11-26 23:46:51 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2021-11-27 23:04:30 +0100
commitf16272db43c9d811c1b946ec8262651d43619573 (patch)
tree82481c94a279bacbe39ccb3d09b451b49f5cf941
parent94e91f60fb28cc25806cd80ee0d7bfec319a6894 (diff)
downloadfindutils-f16272db43c9d811c1b946ec8262651d43619573.tar.gz
tests: fix error diagnostic
* find/testsuite/config/unix.exp (safe_path): Change $PATH to PATH as the message refers to the name of the environment variable, i.e., not its value.
-rw-r--r--find/testsuite/config/unix.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp
index a879c896..9541b5db 100644
--- a/find/testsuite/config/unix.exp
+++ b/find/testsuite/config/unix.exp
@@ -256,8 +256,8 @@ proc mkdir { dirname } {
proc safe_path [ ] {
if { [ path_setting_is_unsafe ] } {
- warning { Cannot perform test as your $PATH environment variable includes a reference to the current directory or a directory name which is not absolute }
- untested { skipping this test because your $PATH variable is wrongly set }
+ warning { Cannot perform test as your PATH environment variable includes a reference to the current directory or a directory name which is not absolute }
+ untested { skipping this test because your PATH variable is wrongly set }
return 0
} else {
return 1