]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - tests/ts/utmp/utmpdump-tobin
tests: split stdout and stderr
[thirdparty/util-linux.git] / tests / ts / utmp / utmpdump-tobin
index 8b089e6f436ee57ae8109d5a82617d1b04955817..33a8dc400ae9250e54977275cc0ca23762afc786 100755 (executable)
@@ -27,6 +27,6 @@ OUTFILE=${TS_OUTDIR}/${TS_TESTNAME}.file
 $TS_CMD_UTMPDUMP -r $TS_SELF/txt-b >| $OUTFILE 2>/dev/null
 if diff -q $TS_SELF/wtmp-b.$BYTE_ORDER $OUTFILE; then
        echo "no diff"
-fi > $TS_OUTPUT 2>&1
+fi >> $TS_OUTPUT 2>> $TS_ERRLOG
 
 ts_finalize