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:
commit
ec9a46af4f
@ -921,10 +921,6 @@ test_path_is_missing () {
|
||||
then
|
||||
echo "Path exists:"
|
||||
ls -ld "$1"
|
||||
if test $# -ge 1
|
||||
then
|
||||
echo "$*"
|
||||
fi
|
||||
false
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user