Use unified diff for readability of the testsuite log.

This commit is contained in:
nekral-guest
2008-01-06 19:41:22 +00:00
parent 54d8487fe3
commit de62c3d005
+2 -2
View File
@@ -25,9 +25,9 @@ dpkg -L login | sort > tmp/login_files
dpkg -L passwd | sort > tmp/passwd_files
echo -n "Checking the login files..."
diff data/login_files tmp/login_files
diff -u data/login_files tmp/login_files
echo "OK"
echo -n "Checking the passwd files..."
diff data/passwd_files tmp/passwd_files
diff -u data/passwd_files tmp/passwd_files
echo OK