[git commit] tests: fix typo in runtests
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Mon May 21 12:30:48 UTC 2012
commit: http://git.uclibc.org/uClibc++/commit/?id=76476cd67e6c12ff84fe00756fd4d6b65b4f45ca
branch: http://git.uclibc.org/uClibc++/commit/?id=refs/heads/master
fix typo in previous commit
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
tests/testoutput/runtests.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/testoutput/runtests.sh b/tests/testoutput/runtests.sh
index 730b21f..00a798f 100755
--- a/tests/testoutput/runtests.sh
+++ b/tests/testoutput/runtests.sh
@@ -4,7 +4,7 @@ RETURNVALUE=0
case "$V" in
1|2) DODIFF=1 ;;
- *) DODOFF=0 ;;
+ *) DODIFF=0 ;;
esac
for x in *.good ; do
More information about the uClibc-cvs
mailing list