]> err.no Git - util-linux/commitdiff
tests: fix typo in low-probe test
authorKarel Zak <kzak@redhat.com>
Tue, 27 Jan 2009 17:05:04 +0000 (18:05 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:35:25 +0000 (23:35 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/blkid/low-probe

index afb9da472e4b8139105348acad373112dca15efc..4018c81d3021fe889175d8b4213c6b19ac722651 100755 (executable)
@@ -33,7 +33,7 @@ for img in $(ls $TS_SELF/images/*.img.bz2 | sort); do
        bunzip2 < $img > $outimg
 
        #/lib/udev/vol_id $outimg  | egrep -v '[[:alnum:]_]*=$' | sort > $TS_OUTPUT 2>&1
-       $TS_CMD_BLKID -p -o udev $outimg | sort > $TS_OUTPUT 2>&1
+       $TS_CMD_BLKID -p -o udev $outimg 2>&1 | sort > $TS_OUTPUT
        ts_finalize_subtest
 done