Whamcloud - gitweb
LU-1255 tests: pass $DBENCH_LIB to run_dbench.sh
[fs/lustre-release.git] / lustre / tests / run_tar.sh
index 0b82ce1..f46b874 100755 (executable)
@@ -27,7 +27,7 @@ echo $$ >$LOAD_PID_FILE
 TESTDIR=$MOUNT/d0.tar-$(hostname)
 
 do_tar() {
-    tar cf - /etc | tar xf - 2>&1 | tee $LOG
+    tar cf - /etc | tar xf - >$LOG 2>&1
     return ${PIPESTATUS[1]}
 }