We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a1d897 + de248e9 commit 21b56b9Copy full SHA for 21b56b9
1 file changed
t/test-lib-functions.sh
@@ -478,15 +478,15 @@ test_external_without_stderr () {
478
test_path_is_file () {
479
if ! test -f "$1"
480
then
481
- echo "File $1 doesn't exist. $*"
+ echo "File $1 doesn't exist. $2"
482
false
483
fi
484
}
485
486
test_path_is_dir () {
487
if ! test -d "$1"
488
489
- echo "Directory $1 doesn't exist. $*"
+ echo "Directory $1 doesn't exist. $2"
490
491
492
0 commit comments