From 2c7ca507a5ac6b0737cc7bc26f1dc00ea86f8e32 Mon Sep 17 00:00:00 2001
From: Jiri Palecek <jirka@debian.(none)>
Date: Wed, 3 Dec 2008 10:10:42 +0100
Subject: [PATCH] Use the correct error output file in unzip_tests

---
 testcases/commands/unzip/unzip_tests.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/commands/unzip/unzip_tests.sh b/testcases/commands/unzip/unzip_tests.sh
index acf244e..ffe0b22 100755
--- a/testcases/commands/unzip/unzip_tests.sh
+++ b/testcases/commands/unzip/unzip_tests.sh
@@ -174,7 +174,7 @@ test01()
 		diff -iwB $LTPTMP/tst_unzip.out $LTPTMP/tst_unzip.out.exp > $LTPTMP/tst_unzip.out.err || RC=$?
 		if [ $RC -ne 0 ]
 		then
-			tst_res TFAIL $LTPTMP/tst_unzip.err \
+			tst_res TFAIL $LTPTMP/tst_unzip.out.err \
 				"Test #1: unzip output differs from expected output. Details"
 		else
 			tst_resm TINFO "Test #1: check if $LTPTMP/tmp/tst_unzip.dir exits."
-- 
1.6.0.2

