From de62c3d0059308e77866321ab3c25faa81625108 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 19:41:22 +0000 Subject: [PATCH] Use unified diff for readability of the testsuite log. --- tests/debian/01/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/debian/01/run b/tests/debian/01/run index cb9b4cb5..6db7cf0e 100755 --- a/tests/debian/01/run +++ b/tests/debian/01/run @@ -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