Good morning everyone, http://bugzilla.mkgnu.net/show_bug.cgi?id=1084
Testcase svn/install_glue_wrong_ip.sh only passes with
if [ $OUTPUT = 1 ]; then
echo PASSED
fi
instead of original code:
if [ "$OUTPUT" = "1" ]; then
echo PASSED
fi
Can anyone explain me why this happens?
--
Oliver Schäfer_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
