Skip to content

Commit ec9a46a

Browse files
committed
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
2 parents d957761 + cc8f95c commit ec9a46a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/test-lib-functions.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,6 @@ test_path_is_missing () {
921921
then
922922
echo "Path exists:"
923923
ls -ld "$1"
924-
if test $# -ge 1
925-
then
926-
echo "$*"
927-
fi
928924
false
929925
fi
930926
}

0 commit comments

Comments
 (0)