Merge branch 'ma/drop-redundant-diagnostic'
A redundant diagnostic message is dropped from test_path_is_missing(). * ma/drop-redundant-diagnostic: test-lib-functions: drop redundant diagnostic print
This commit is contained in:
@ -921,10 +921,6 @@ test_path_is_missing () {
|
|||||||
then
|
then
|
||||||
echo "Path exists:"
|
echo "Path exists:"
|
||||||
ls -ld "$1"
|
ls -ld "$1"
|
||||||
if test $# -ge 1
|
|
||||||
then
|
|
||||||
echo "$*"
|
|
||||||
fi
|
|
||||||
false
|
false
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user