summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-04 18:43:37 +0200
committerJim Meyering <meyering@redhat.com>2009-07-04 18:47:49 +0200
commit870a7949e3f3eb964d0a600b78108b7f7af74825 (patch)
treead9d626c0de92fa1e32a2df9c8bab6969134a379
parentfc25aea2194457bdbc12289c86f3f146f5684896 (diff)
downloadidutils-870a7949e3f3eb964d0a600b78108b7f7af74825.tar.gz
idutils-870a7949e3f3eb964d0a600b78108b7f7af74825.tar.bz2
idutils-870a7949e3f3eb964d0a600b78108b7f7af74825.zip
tests: avoid a false-positive failure
* testsuite/consistency: Manually remove single_file_token_bug.c from the list of files to be compared, since it would provoke a false positive.
-rwxr-xr-xtestsuite/consistency4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/consistency b/testsuite/consistency
index 3c5f849..d9b0526 100755
--- a/testsuite/consistency
+++ b/testsuite/consistency
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2007-2008 Free Software Foundation, Inc.
+# Copyright (C) 2007-2009 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
@@ -32,7 +32,7 @@ errors=
cmd="$bindir/mkid $m_flag $srcdir"
echo $cmd
if eval $cmd; then
- files="`$bindir/fnid || exit 1`"
+ files="`$bindir/fnid | grep -v single_file_token_bug`"
if $bindir/xtokid $m_flag $files |sort -u >ID.xti &&
$bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid &&