diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/consistency | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/consistency b/testsuite/consistency index 5d56d0b..fc3def8 100755 --- a/testsuite/consistency +++ b/testsuite/consistency @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ if eval $cmd; then files="`$bindir/fnid || exit 1`" if $bindir/xtokid $m_flag $files |sort -u >ID.xti && - $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid && + $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid && cmp -s ID.xti ID.lid then rm -f ID.xti ID.lid |