[Pkg-shadow-commits] r1685 - debian/trunk/tests/debian/01

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Jan 6 19:41:22 UTC 2008


Author: nekral-guest
Date: 2008-01-06 19:41:22 +0000 (Sun, 06 Jan 2008)
New Revision: 1685

Modified:
   debian/trunk/tests/debian/01/run
Log:
Use unified diff for readability of the testsuite log.


Modified: debian/trunk/tests/debian/01/run
===================================================================
--- debian/trunk/tests/debian/01/run	2008-01-06 19:40:19 UTC (rev 1684)
+++ debian/trunk/tests/debian/01/run	2008-01-06 19:41:22 UTC (rev 1685)
@@ -25,9 +25,9 @@
 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
 




More information about the Pkg-shadow-commits mailing list