We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e1dfd6 + de248e9 commit 64c9e02Copy full SHA for 64c9e02
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