mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Don't use diff -u (#380801, Marek Rouchal)
2006-12-17 Matthias Clasen <mclasen@redhat.com> * tests/run-markup-tests.sh: Don't use diff -u (#380801, Marek Rouchal)
This commit is contained in:
parent
a7d0392b4d
commit
c01a364fb4
@ -1,5 +1,8 @@
|
||||
2006-12-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/run-markup-tests.sh: Don't use diff -u (#380801,
|
||||
Marek Rouchal)
|
||||
|
||||
* glib/gspawn.c: Fix the recent fdwalk()-related changes
|
||||
to not break mapping-test. (#286838, Marco Barisione)
|
||||
|
||||
|
@ -32,7 +32,7 @@ while test $I -lt 100 ; do
|
||||
if [ -f $F ] ; then
|
||||
echo_v "Parsing $F, should succeed"
|
||||
./markup-test $F > actual 2> $error_out || fail "failed on $F"
|
||||
diff -u ${srcdir:-.}/markups/expected-$I actual || fail "unexpected output on $F"
|
||||
diff ${srcdir:-.}/markups/expected-$I actual || fail "unexpected output on $F"
|
||||
rm actual
|
||||
fi
|
||||
I=`expr $I + 1`
|
||||
|
Loading…
Reference in New Issue
Block a user